flake: use explicit 'systems' input
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
f94794fe4f
commit
019424129f
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ flake-parts
|
||||
, futils
|
||||
, systems
|
||||
, ...
|
||||
} @ inputs:
|
||||
let
|
||||
mySystems = futils.lib.defaultSystems;
|
||||
mySystems = import systems;
|
||||
in
|
||||
flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
systems = mySystems;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue