Merge pull request #13896 from nbp/import-top-level

Replace references to all-packages.nix, by references to the top-level
This commit is contained in:
Eelco Dolstra
2016-03-14 13:49:42 +01:00
17 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ Usage:
Attention:
let
pkgs = (import /etc/nixos/nixpkgs/pkgs/top-level/all-packages.nix) {};
pkgs = (import <nixpkgs>) {};
in let
inherit (pkgs.stringsWithDeps) fullDepEntry packEntry noDepEntry textClosureMap;
inherit (pkgs.lib) id;