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