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 bceb912 commit ee2125cCopy full SHA for ee2125c
default.nix
@@ -39,7 +39,7 @@ let
39
chmod a+x "$out/lib/node_modules/${utils.node2nixDev.packageName}/$bin_path"
40
# create the symlink
41
ln -s \
42
- "$out/lib/node_modules/${utils.node2nixDev.packageName}/$bin_path" \
+ "../lib/node_modules/${utils.node2nixDev.packageName}/$bin_path" \
43
"$out/bin/$bin_name"
44
done < <(
45
${jq}/bin/jq -r 'select(.bin != null) | .bin | to_entries[] | (.key, .value)' \
0 commit comments