test: Don't generate a Nix conf in the makefile
The config is overriden by the `test_init` perl function, so it’s at best misleading to create a first one there
This commit is contained in:
parent
0c8d016a38
commit
d58b3274f9
|
@ -34,7 +34,5 @@ dirs:
|
|||
touch data/hydra.conf
|
||||
mkdir -p nix
|
||||
mkdir -p nix/etc/nix
|
||||
touch nix/etc/nix/nix.conf
|
||||
echo "sandbox = false" >> nix/etc/nix/nix.conf
|
||||
mkdir -p nix/store
|
||||
mkdir -p nix/var
|
||||
|
|
Loading…
Reference in a new issue