nixpkgs/pkgs/servers/code-server/playwright.patch
2021-11-01 05:13:39 +00:00

11 lines
388 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 { installBrowsersWithProgressBar } = require('./lib/install/installer');
-
-installBrowsersWithProgressBar();
+process.stdout.write('Browser install disabled by Nix build script\n');