1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2025-03-05 08:27:02 +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 = { config = {
flake.apps = flake.apps =
mapAttrs mapAttrs
(k: v: v.apps or { }) (k: v: v.apps)
config.allSystems; config.allSystems;
perInput = system: flake: perInput = system: flake:

View file

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