mirror of
https://github.com/NixOS/nix
synced 2025-07-12 19:05:08 +02:00
Extend verify test to check that repair is supported.
This commit is contained in:
parent
ae0eb7424f
commit
497464f494
4 changed files with 37 additions and 16 deletions
|
@ -7,9 +7,13 @@ requireEnvironment () {
|
|||
needLocalStore "The test uses --store always so we would just be bypassing the daemon"
|
||||
}
|
||||
|
||||
addConfig () {
|
||||
echo "$1" >> "$NIX_CONF_DIR/nix.conf"
|
||||
}
|
||||
|
||||
setupConfig () {
|
||||
echo "require-drop-supplementary-groups = false" >> "$NIX_CONF_DIR"/nix.conf
|
||||
echo "build-users-group = " >> "$NIX_CONF_DIR"/nix.conf
|
||||
addConfig "require-drop-supplementary-groups = false"
|
||||
addConfig "build-users-group = "
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue