undo breaking change

This commit is contained in:
Jimbo 2024-10-11 22:33:59 -04:00
parent ef085e32f1
commit 300c954fd7

View file

@ -47,9 +47,7 @@
packages = forAllSystems (system: import ./extras/pkgs nixpkgs.legacyPackages.${system}); packages = forAllSystems (system: import ./extras/pkgs nixpkgs.legacyPackages.${system});
# Your custom packages and modifications, exported as overlays # Your custom packages and modifications, exported as overlays
overlays = [ overlays = import ./extras/overlays.nix {inherit inputs;};
(import ./extras/overlays.nix {inherit inputs;})
];
# Variables defined so they can be accessed globally # Variables defined so they can be accessed globally
secrets = import ./extras/secrets.nix; secrets = import ./extras/secrets.nix;