Skip to content

Commit

Permalink
clan-cli: try to fix CI bug again
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassulus authored and clan-bot committed Feb 28, 2025
1 parent d20f13a commit bcd6c71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/clan-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcd6c71

Please sign in to comment.