1
0
Fork 0
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:
Robert Hensing 2021-11-21 18:43:57 +01:00
parent 03a2500fdd
commit f8df47d193

View file

@ -14,7 +14,6 @@ in
systems = mkOption {
description = "All the system types to enumerate in the flake.";
type = types.listOf types.str;
default = [ ];
};
perInput = mkOption {