vscode: bundled ripgrep fixed

main
Pavel Shirshov 3 years ago
parent 6f371a1d64
commit d25215779e
  1. 3
      pkgs/applications/editors/vscode/generic.nix

@ -121,6 +121,9 @@ let
--replace "/usr/bin/pkexec" "/run/wrappers/bin/pkexec" \
--replace "/bin/bash" "${bash}/bin/bash"
rm -rf "$packed"
# this fixes bundled ripgrep
chmod +x resources/app/node_modules/vscode-ripgrep/bin/rg
'';
inherit meta;

Loading…
Cancel
Save