Modify flake slightly idk
This commit is contained in:
parent
205b262c18
commit
8bd5d3c0c8
|
@ -47,7 +47,9 @@
|
||||||
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 = import ./extras/overlays.nix {inherit inputs;};
|
overlays = [
|
||||||
|
(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;
|
||||||
|
|
Loading…
Reference in a new issue