code-server: remove unused playwright patch

Reference was removed in https://github.com/NixOS/nixpkgs/pull/198791
This commit is contained in:
Paul Meyer 2024-01-14 14:54:54 +01:00
parent e52366c4d8
commit d024c5ca0c

View File

@ -1,10 +0,0 @@
--- ./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');