Generalize transposed attributes

This commit is contained in:
Robert Hensing 2022-10-26 13:16:04 +02:00
parent 79b42f0842
commit 6269836424
7 changed files with 62 additions and 49 deletions

View file

@ -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 = { };
};
}