Skip to content

Commit 467858a

Browse files
committed
Use DFX_CACHE_ROOT
thanks to dfinity/sdk#2112
1 parent ea38fa5 commit 467858a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ let
8181
ln -s $CACHE_DIR/$binary $out/bin/$binary
8282
done
8383
84-
wrapProgram $CACHE_DIR/dfx --set DFX_CONFIG_ROOT $out
84+
wrapProgram $CACHE_DIR/dfx --set DFX_CACHE_ROOT $out
8585
rm $out/bin/dfx
8686
ln -s $CACHE_DIR/dfx $out/bin/dfx
8787
'';

0 commit comments

Comments
 (0)