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:
parent
08ce9a4239
commit
79b42f0842
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ in
|
|||
config = {
|
||||
flake.apps =
|
||||
mapAttrs
|
||||
(k: v: v.apps or { })
|
||||
(k: v: v.apps)
|
||||
config.allSystems;
|
||||
|
||||
perInput = system: flake:
|
||||
|
|
|
@ -42,7 +42,7 @@ in
|
|||
config = {
|
||||
flake.packages =
|
||||
mapAttrs
|
||||
(k: v: v.packages or { })
|
||||
(k: v: v.packages)
|
||||
config.allSystems;
|
||||
|
||||
perInput = system: flake:
|
||||
|
|
Loading…
Reference in a new issue