feat: add repeatable Web UX inspection workbench
This commit is contained in:
@@ -4,11 +4,15 @@ pkgs.mkShell {
|
||||
nixfmt
|
||||
deno
|
||||
git
|
||||
playwright-driver.browsers
|
||||
rustc
|
||||
cargo
|
||||
pkgs.sccache
|
||||
];
|
||||
|
||||
PLAYWRIGHT_BROWSERS_PATH = "${pkgs.playwright-driver.browsers}";
|
||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1";
|
||||
|
||||
# sccache is additive to Cargo's shared build-dir, so keep its disk usage bounded.
|
||||
RUSTC_WRAPPER = "${pkgs.sccache}/bin/sccache";
|
||||
SCCACHE_CACHE_SIZE = "5G";
|
||||
|
||||
Reference in New Issue
Block a user