Skip to content

Commit

Permalink
Merge pull request #240 from tomeon/defaultPackage-eval-fix
Browse files Browse the repository at this point in the history
fix(flake): allow `defaultPackage` to evaluate
  • Loading branch information
roberth authored Apr 28, 2024
2 parents add0e67 + df306b7 commit efa008e
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 efa008e

Please sign in to comment.