Generalize transposed attributes
This commit is contained in:
parent
79b42f0842
commit
6269836424
7 changed files with 62 additions and 49 deletions
|
|
@ -81,15 +81,6 @@ in
|
|||
|
||||
};
|
||||
config = {
|
||||
flake.apps =
|
||||
mapAttrs
|
||||
(k: v: v.apps)
|
||||
config.allSystems;
|
||||
|
||||
perInput = system: flake:
|
||||
optionalAttrs (flake?apps.${system}) {
|
||||
apps = flake.apps.${system};
|
||||
};
|
||||
|
||||
transposition.apps = { };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue