diff options
Diffstat (limited to 'nix/build_index.nix')
-rw-r--r-- | nix/build_index.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/build_index.nix b/nix/build_index.nix index 7cc4f62c..7869566f 100644 --- a/nix/build_index.nix +++ b/nix/build_index.nix @@ -2,7 +2,7 @@ with import ./common.nix; let - pkgs = import pkgsSrc { }; + pkgs = import nixpkgs { }; lib = pkgs.lib; /* Converts a key list and a value list to a set |