Skip to content

Commit

Permalink
fix(flake): allow defaultPackage to evaluate
Browse files Browse the repository at this point in the history
by adding the missing (and in this case ignored) key/attribute-name
argument to `lib.mapAttrs`.
  • Loading branch information
tomeon committed Apr 28, 2024
1 parent add0e67 commit df306b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

defaultPackage =
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)
config.flake.packages;

Expand Down

0 comments on commit df306b7

Please sign in to comment.