diff options
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 94e4cf4..25178be 100644 --- a/default.nix +++ b/default.nix @@ -7,7 +7,6 @@ in overlays = [ ]; inherit system; }, - lib ? pkgs.lib, nixpkgs ? ( fetchTarball { url = "https://github.com/NixOS/nixpkgs/archive/${lock.nodes.nixpkgs.locked.rev}.tar.gz"; @@ -17,6 +16,7 @@ in system ? builtins.currentSystem, }: let + inherit (pkgs) lib; packageDirectory = ./pkgs; scope = lib.makeScope pkgs.newScope ( |
