mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-14 11:47:31 +00:00
Remove systems default
[] is not a sensible default and the choice is up to the flake author. I wish it was different.
This commit is contained in:
parent
03a2500fdd
commit
f8df47d193
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ in
|
||||||
systems = mkOption {
|
systems = mkOption {
|
||||||
description = "All the system types to enumerate in the flake.";
|
description = "All the system types to enumerate in the flake.";
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
default = [ ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
perInput = mkOption {
|
perInput = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue