Fix Debian tests
These actually run as root in a VM, so they get confused. http://hydra.nixos.org/build/10775854
This commit is contained in:
parent
a8c31d5011
commit
6dd1087396
|
@ -17,6 +17,7 @@ mkdir "$NIX_DB_DIR"
|
||||||
mkdir "$NIX_CONF_DIR"
|
mkdir "$NIX_CONF_DIR"
|
||||||
|
|
||||||
cat > "$NIX_CONF_DIR"/nix.conf <<EOF
|
cat > "$NIX_CONF_DIR"/nix.conf <<EOF
|
||||||
|
build-users-group =
|
||||||
gc-keep-outputs = false
|
gc-keep-outputs = false
|
||||||
gc-keep-derivations = false
|
gc-keep-derivations = false
|
||||||
env-keep-derivations = false
|
env-keep-derivations = false
|
||||||
|
|
Loading…
Reference in a new issue