flake: use 'defaultSystems'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Instead of writing a list which amounts to the same thing.
This commit is contained in:
parent
520d799124
commit
81f930168a
|
@ -6,14 +6,7 @@
|
|||
let
|
||||
inherit (self) lib;
|
||||
|
||||
inherit (futils.lib) system;
|
||||
|
||||
mySystems = [
|
||||
system.aarch64-darwin
|
||||
system.aarch64-linux
|
||||
system.x86_64-darwin
|
||||
system.x86_64-linux
|
||||
];
|
||||
mySystems = futils.lib.defaultSystems;
|
||||
in
|
||||
flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
systems = mySystems;
|
||||
|
|
Loading…
Reference in a new issue