Skip to content

Commit

Permalink
Fix HEX_HOME in nix dev shell
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Jun 20, 2024
1 parent 744e598 commit b5aa632
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 @@ -35,7 +35,7 @@
# this allows mix to work on the local directory
mkdir -p .nix-mix .nix-hex
export MIX_HOME=$PWD/.nix-mix
export HEX_HOME=$PWD/.nix-mix
export HEX_HOME=$PWD/.nix-hex
# make hex from Nixpkgs available
# `mix local.hex` will install hex into MIX_HOME and should take precedence
Expand Down

0 comments on commit b5aa632

Please sign in to comment.