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

Remove dead code

The module system guarantees presence of these attrs.
This commit is contained in:
Robert Hensing 2022-10-26 12:34:16 +02:00
parent 08ce9a4239
commit 79b42f0842
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@ in
config = {
flake.apps =
mapAttrs
(k: v: v.apps or { })
(k: v: v.apps)
config.allSystems;
perInput = system: flake:

View file

@ -42,7 +42,7 @@ in
config = {
flake.packages =
mapAttrs
(k: v: v.packages or { })
(k: v: v.packages)
config.allSystems;
perInput = system: flake: