mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
10 lines
409 B
Diff
10 lines
409 B
Diff
--- ./vendor/modules/code-oss-dev/node_modules/playwright/install.js
|
|
+++ ./vendor/modules/code-oss-dev/node_modules/playwright/install.js
|
|
@@ -14,6 +14,4 @@
|
|
* limitations under the License.
|
|
*/
|
|
|
|
-const { installDefaultBrowsersForNpmInstall } = require('playwright-core/lib/utils/registry');
|
|
-
|
|
-installDefaultBrowsersForNpmInstall();
|
|
+process.stdout.write('Browser install disabled by Nix build script\n');
|