Skip to content

Commit

Permalink
Ensure we are using relative link
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Apr 25, 2022
1 parent bceb912 commit ee2125c
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 @@ -39,7 +39,7 @@ let
chmod a+x "$out/lib/node_modules/${utils.node2nixDev.packageName}/$bin_path"
# create the symlink
ln -s \
"$out/lib/node_modules/${utils.node2nixDev.packageName}/$bin_path" \
"../lib/node_modules/${utils.node2nixDev.packageName}/$bin_path" \
"$out/bin/$bin_name"
done < <(
${jq}/bin/jq -r 'select(.bin != null) | .bin | to_entries[] | (.key, .value)' \
Expand Down

0 comments on commit ee2125c

Please sign in to comment.