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:
parent
006c75898c
commit
942a008e28
1 changed files with 1 additions and 4 deletions
|
@ -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 =
|
||||||
|
|
Loading…
Add table
Reference in a new issue