Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 21.05 10 lines 363 B view raw
1--- ./lib/vscode/node_modules/playwright/install.js 2+++ ./lib/vscode/node_modules/playwright/install.js 3@@ -14,6 +14,4 @@ 4 * limitations under the License. 5 */ 6 7-const { installBrowsersWithProgressBar } = require('./lib/install/installer'); 8- 9-installBrowsersWithProgressBar(__dirname); 10+process.stdout.write('Browser install disabled by Nix build script\n');