1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-14 11:47:31 +00:00

perInput: Make the default lazier

This commit is contained in:
figsoda 2023-05-29 13:39:48 -04:00
parent 006c75898c
commit 942a008e28

View file

@ -65,10 +65,7 @@ in
system: flake:
mapAttrs
(attrName: attrConfig: flake.${attrName}.${system})
(filterAttrs
(attrName: attrConfig: flake?${attrName}.${system})
config.transposition
);
config.transposition;
perSystem = { ... }: {
options =