undo breaking change
This commit is contained in:
parent
ef085e32f1
commit
300c954fd7
|
@ -47,9 +47,7 @@
|
|||
packages = forAllSystems (system: import ./extras/pkgs nixpkgs.legacyPackages.${system});
|
||||
|
||||
# Your custom packages and modifications, exported as overlays
|
||||
overlays = [
|
||||
(import ./extras/overlays.nix {inherit inputs;})
|
||||
];
|
||||
overlays = import ./extras/overlays.nix {inherit inputs;};
|
||||
|
||||
# Variables defined so they can be accessed globally
|
||||
secrets = import ./extras/secrets.nix;
|
||||
|
|
Loading…
Reference in a new issue