mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Allow passing extra nix.conf to installer
This commit is contained in:
parent
81a0731e05
commit
573ff8dfca
2 changed files with 5 additions and 0 deletions
|
@ -646,6 +646,7 @@ setup_default_profile() {
|
|||
|
||||
place_nix_configuration() {
|
||||
cat <<EOF > "$SCRATCH/nix.conf"
|
||||
$NIX_EXTRA_CONF
|
||||
build-users-group = $NIX_BUILD_GROUP_NAME
|
||||
EOF
|
||||
_sudo "to place the default nix daemon configuration (part 2)" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue