1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2025-03-31 04:04:55 +00:00

set default for systems

This commit is contained in:
Jörg Thalheim 2023-01-29 08:28:36 +01:00
parent 7c7a8bce3d
commit 4570815ce4

View file

@ -66,6 +66,7 @@ in
In other words, all valid values for `system` in e.g. `packages.<system>.foo`.
'';
type = types.listOf types.str;
default = lib.systems.flakeExposed;
};
perInput = mkOption {