mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-29 09:06:15 +02:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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