Skip to content

Commit

Permalink
Use DFX_CACHE_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Mar 13, 2023
1 parent ea38fa5 commit 467858a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ let
ln -s $CACHE_DIR/$binary $out/bin/$binary
done
wrapProgram $CACHE_DIR/dfx --set DFX_CONFIG_ROOT $out
wrapProgram $CACHE_DIR/dfx --set DFX_CACHE_ROOT $out
rm $out/bin/dfx
ln -s $CACHE_DIR/dfx $out/bin/dfx
'';
Expand Down

0 comments on commit 467858a

Please sign in to comment.