summary refs log tree commit diff
path: root/pkgs/servers/code-server/playwright.patch
blob: 95a74748189d9dec600b433d2f978621b47a3f30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ./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');