diff options
Diffstat (limited to 'templates/system-flake/pkgs/default.nix')
| -rw-r--r-- | templates/system-flake/pkgs/default.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/system-flake/pkgs/default.nix b/templates/system-flake/pkgs/default.nix deleted file mode 100644 index 78a86d4..0000000 --- a/templates/system-flake/pkgs/default.nix +++ /dev/null @@ -1,12 +0,0 @@ -final: prev: -with prev.lib; let - inherit (final) callPackage fetchpatch; -in { - lib = callPackage ./lib {}; - - hello-world = callPackage ./hello-world {}; - - override = { - sl = prev.sl.overrideAttrs {pname = "my-sl";}; - }; -} |
