fix: keep Cargo artifacts local to workdirs

This commit is contained in:
2026-09-03 19:06:57 +09:00
parent e67f9bee08
commit c10d6c6914
2 changed files with 1 additions and 5 deletions
+1 -2
View File
@@ -13,9 +13,8 @@ pkgs.mkShell {
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.
# Cache storage and limits belong to the host's sccache configuration.
RUSTC_WRAPPER = "${pkgs.sccache}/bin/sccache";
SCCACHE_CACHE_SIZE = "5G";
buildInputs = with pkgs; [
pkg-config