diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-05-02T17·02+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-05-02T17·02+0200 |
commit | 6dd10873961d45fd246b48ad82b7f05ad3d4d077 (patch) | |
tree | 3698d54b21f9bd73134d3dac7210db38ee8c7c8b /tests/init.sh | |
parent | a8c31d501185c42de477a7e833af956d68e095c3 (diff) |
Fix Debian tests
These actually run as root in a VM, so they get confused. http://hydra.nixos.org/build/10775854
Diffstat (limited to 'tests/init.sh')
-rw-r--r-- | tests/init.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/init.sh b/tests/init.sh index 37480f52bd5b..5be999e4b1be 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -17,6 +17,7 @@ mkdir "$NIX_DB_DIR" mkdir "$NIX_CONF_DIR" cat > "$NIX_CONF_DIR"/nix.conf <<EOF +build-users-group = gc-keep-outputs = false gc-keep-derivations = false env-keep-derivations = false |