From b5aa632653326a02da6a3e99615faff9d07cd02a Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Thu, 20 Jun 2024 21:19:48 +0200 Subject: [PATCH] Fix HEX_HOME in nix dev shell --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5ead73eae..54f632d4e 100644 --- a/flake.nix +++ b/flake.nix @@ -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