From bcd6c7108afbc692b0b3bd39299fa153eefe1104 Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 27 Feb 2025 10:48:30 +0100 Subject: [PATCH] clan-cli: try to fix CI bug again --- pkgs/clan-cli/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/clan-cli/default.nix b/pkgs/clan-cli/default.nix index 95446fe0d..7becf0306 100644 --- a/pkgs/clan-cli/default.nix +++ b/pkgs/clan-cli/default.nix @@ -178,6 +178,7 @@ pythonRuntime.pkgs.buildPythonApplication { # required to prevent concurrent 'nix flake lock' operations export LOCK_NIX=$TMPDIR/nix_lock mkdir -p "$CLAN_TEST_STORE/nix/store" + mkdir -p "$CLAN_TEST_STORE/nix/var/nix/gcroots" xargs cp --recursive --target "$CLAN_TEST_STORE/nix/store" < "$closureInfo/store-paths" nix-store --load-db --store "$CLAN_TEST_STORE" < "$closureInfo/registration" python -m pytest -m "not impure and with_core" ./tests