Skip to content

Commit 5584b70

Browse files
committed
Fix browsers linux
1 parent ed0d059 commit 5584b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright-driver/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ EOF
8484
x86_64-darwin = browsers-mac;
8585
aarch64-darwin = browsers-mac;
8686
}.${system} or throwSystem;
87-
browsers-chromium = browsers-linux { };
87+
browsers-chromium = browsers;
8888
};
8989
});
9090

0 commit comments

Comments
 (0)