mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 00:19:12 +00:00
flake: add default systems as a module argument
This commit is contained in:
parent
7e91c01de6
commit
cecb71e113
@ -23,6 +23,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
defaultOverlays = lib.attrValues inputs.self.overlays;
|
defaultOverlays = lib.attrValues inputs.self.overlays;
|
||||||
|
|
||||||
|
defaultSystems = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
perSystem = { lib, system, ... }: {
|
perSystem = { lib, system, ... }: {
|
||||||
|
Loading…
Reference in New Issue
Block a user