Merge pull request #634 from NixOS/fix-build

tests: disable sandbox
This commit is contained in:
Eelco Dolstra
2019-02-01 09:17:39 +01:00
committed by GitHub

View File

@ -40,5 +40,6 @@ dirs:
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