forked from lix-project/hydra
Setup.pm: specify NIX_ env vars for running yath
Otherwise yath will try to use global configuration.
This commit is contained in:
parent
74d34c0f80
commit
c7ac123dc5
|
@ -56,6 +56,8 @@ sub test_init {
|
|||
close $fh;
|
||||
|
||||
$ENV{'NIX_LOG_DIR'} = "$dir/nix/var/log/nix";
|
||||
$ENV{'NIX_REMOTE_SYSTEMS'} = '';
|
||||
$ENV{'NIX_REMOTE'} = '';
|
||||
$ENV{'NIX_STATE_DIR'} = "$dir/nix/var/nix";
|
||||
$ENV{'NIX_STORE_DIR'} = "$dir/nix/store";
|
||||
|
||||
|
|
Loading…
Reference in a new issue