Merge pull request #230681 from bobby285271/upd/vscodium

authored by Artturi and committed by GitHub 479ea4fc 49d09504

+1 -1
+1 -1
pkgs/applications/editors/vscode/generic.nix
··· 135 135 136 136 # this fixes bundled ripgrep 137 137 chmod +x resources/app/node_modules/@vscode/ripgrep/bin/rg 138 - '' + lib.optionalString (lib.versionOlder version "1.78.0") '' 138 + '' + lib.optionalString (lib.versionOlder version "1.78.0" && stdenv.isLinux) '' 139 139 # see https://github.com/gentoo/gentoo/commit/4da5959 140 140 chmod +x resources/app/node_modules/node-pty/build/Release/spawn-helper 141 141 '';