Skip to content

Instantly share code, notes, and snippets.

@elikoga
Last active July 30, 2023 14:19
Show Gist options
  • Save elikoga/e48aa8402b6c7cb7bbb3f606bc5b4ba8 to your computer and use it in GitHub Desktop.
Save elikoga/e48aa8402b6c7cb7bbb3f606bc5b4ba8 to your computer and use it in GitHub Desktop.
for dir in ~/.vscode-server/bin/*; do
rm $dir/node
nix-build "<nixpkgs>" -A nodejs-18_x
ln -s $PWD/result/bin/node $dir/node
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment