fix(flake): allow defaultPackage
to evaluate
by adding the missing (and in this case ignored) key/attribute-name argument to `lib.mapAttrs`.
This commit is contained in:
parent
add0e67d2b
commit
df306b74bc
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
||||||
|
|
||||||
defaultPackage =
|
defaultPackage =
|
||||||
lib.mapAttrs
|
lib.mapAttrs
|
||||||
(ps: lib.warn "arion.defaultPackage has been removed in favor of arion.packages.\${system}.default"
|
(_system: ps: lib.warn "arion.defaultPackage has been removed in favor of arion.packages.\${system}.default"
|
||||||
ps.default)
|
ps.default)
|
||||||
config.flake.packages;
|
config.flake.packages;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue