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:
regnat 2021-04-28 11:41:37 +02:00
parent 0c8d016a38
commit d58b3274f9

View file

@ -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