1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2025-03-16 21:38:24 +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: system: flake:
mapAttrs mapAttrs
(attrName: attrConfig: flake.${attrName}.${system}) (attrName: attrConfig: flake.${attrName}.${system})
(filterAttrs config.transposition;
(attrName: attrConfig: flake?${attrName}.${system})
config.transposition
);
perSystem = { ... }: { perSystem = { ... }: {
options = options =