clan-cli: another try to fix the CI bug

This commit is contained in:
lassulus
2025-02-27 08:24:28 +01:00
parent cb13e7fab8
commit 60b22fdf0e
2 changed files with 6 additions and 4 deletions

View File

@@ -136,9 +136,6 @@ pythonRuntime.pkgs.buildPythonApplication {
cd ./src
export NIX_STATE_DIR=$TMPDIR/nix IN_NIX_SANDBOX=1 PYTHONWARNINGS=error
mkdir -p $TMPDIR/nix/var/nix/profiles
mkdir -p $TMPDIR/nix/var/nix/gcroots
ln -sfT $TMPDIR/nix/var/nix/profiles $TMPDIR/nix/var/nix/gcroots/profiles
# required to prevent concurrent 'nix flake lock' operations
export CLAN_TEST_STORE=$TMPDIR/store