Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- ./vendor/modules/code-oss-dev/node_modules/playwright/install.js 2+++ ./vendor/modules/code-oss-dev/node_modules/playwright/install.js 3@@ -14,6 +14,4 @@ 4 * limitations under the License. 5 */ 6 7-const { installDefaultBrowsersForNpmInstall } = require('playwright-core/lib/utils/registry'); 8- 9-installDefaultBrowsersForNpmInstall(); 10+process.stdout.write('Browser install disabled by Nix build script\n');