don't instantiate nixpkgs #1

Merged
getchoo merged 1 commit from no-instantiate into main 2024-05-01 22:33:39 +00:00

View file

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