ci: fix failing tests
This commit is contained in:
parent
7f239c85f9
commit
923c965b8d
1 changed files with 6 additions and 6 deletions
|
@ -26,7 +26,7 @@ jobs:
|
||||||
export HOME=$(mktemp -d)
|
export HOME=$(mktemp -d)
|
||||||
|
|
||||||
# https://github.com/NixOS/nix/issues/670#issuecomment-304524165
|
# https://github.com/NixOS/nix/issues/670#issuecomment-304524165
|
||||||
export NIX_STORE_DIR=$HOME/nix/store # binary cache 'https://cache.nixos.org' is for Nix stores with prefix '/nix/store'
|
export NIX_STORE_DIR=/nix/store # binary cache 'https://cache.nixos.org' is for Nix stores with prefix '/nix/store'
|
||||||
export NIX_STATE_DIR=$HOME/nix/var/nix
|
export NIX_STATE_DIR=$HOME/nix/var/nix
|
||||||
export NIX_LOG_DIR=$HOME/nix/var/log/nix
|
export NIX_LOG_DIR=$HOME/nix/var/log/nix
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue