mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +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;
|
||||
|
||||
defaultSystems = [ "x86_64-linux" ];
|
||||
};
|
||||
|
||||
perSystem = { lib, system, ... }: {
|
||||
|
Loading…
Reference in New Issue
Block a user