We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0d059 commit 5584b70Copy full SHA for 5584b70
playwright-driver/default.nix
@@ -84,7 +84,7 @@ EOF
84
x86_64-darwin = browsers-mac;
85
aarch64-darwin = browsers-mac;
86
}.${system} or throwSystem;
87
- browsers-chromium = browsers-linux { };
+ browsers-chromium = browsers;
88
};
89
});
90
0 commit comments