code-server: remove unused playwright patch
Reference was removed in https://github.com/NixOS/nixpkgs/pull/198791
This commit is contained in:
parent
e52366c4d8
commit
d024c5ca0c
1 changed files with 0 additions and 10 deletions
|
@ -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');
|
Loading…
Reference in a new issue