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:
Matt Schreiber 2024-04-28 11:55:23 -04:00
parent add0e67d2b
commit df306b74bc
No known key found for this signature in database

View file

@ -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;