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
commit 8b5948f4cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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