Merge pull request #1 from getchoo/no-instantiate
don't instantiate nixpkgs
This commit is contained in:
commit
48b022083f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
in
|
||||
{
|
||||
nixPackages = forAllSystems (system:
|
||||
(import nixpkgs { inherit system; })
|
||||
nixpkgs.legacyPackages.${system}
|
||||
);
|
||||
|
||||
# auxPackages = forAllSystems (system:
|
||||
|
|
Loading…
Add table
Reference in a new issue