Drop references to NIX_MANFIESTS_DIR and NIX_BUILD_HOOK

Neither of these have been supported in ~years.
This commit is contained in:
Graham Christensen
2021-04-14 10:16:19 -04:00
committed by Graham Christensen
parent ffc4be6743
commit 8aa59dcc1b
2 changed files with 0 additions and 4 deletions

View File

@ -56,8 +56,6 @@ sub test_init {
close $fh;
$ENV{'NIX_STATE_DIR'} = "$dir/nix/var/nix";
$ENV{'NIX_MANIFESTS_DIR'} = "$dir/nix/var/nix/manifests";
$ENV{'NIX_STORE_DIR'} = "$dir/nix/store";
$ENV{'NIX_LOG_DIR'} = "$dir/nix/var/log/nix";