Merge pull request #1 from getchoo/no-instantiate

don't instantiate nixpkgs
This commit is contained in:
Victor Fuentes 2024-05-01 18:33:39 -04:00 committed by GitHub
commit 48b022083f
Failed to generate hash of commit

View file

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