We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550ee1e commit 3c8a333Copy full SHA for 3c8a333
nix/shells/main.nix
@@ -221,8 +221,8 @@ in
221
222
# workaround to reuse devshell node_modules for tup build
223
# make sure it's always updated
224
- rm -rf node_modules
225
- ln -s $NIX_NODE_PATH node_modules
+ rm -rf $ROOT_PATH/node_modules
+ ln -s $NIX_NODE_PATH $ROOT_PATH/node_modules
226
227
export NIX_CODETRACER_EXE_DIR=$ROOT_PATH/src/build-debug/
228
export LINKS_PATH_DIR=$ROOT_PATH/src/build-debug/
0 commit comments