don't instantiate nixpkgs

This commit is contained in:
seth 2024-05-01 18:31:03 -04:00
parent 74ee9adefc
commit 603ee39267
Failed to generate hash of commit

View file

@ -10,7 +10,7 @@
in in
{ {
nixPackages = forAllSystems (system: nixPackages = forAllSystems (system:
(import nixpkgs { inherit system; }) nixpkgs.legacyPackages.${system}
); );
# auxPackages = forAllSystems (system: # auxPackages = forAllSystems (system: