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:
parent
08ce9a4239
commit
79b42f0842
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue