mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
install-darwin: move nixbld gid to match first UID
(cherry picked from commit 75567423fb
)
This commit is contained in:
parent
0679505d8c
commit
c5a0e624d9
2 changed files with 3 additions and 4 deletions
|
@ -5,6 +5,7 @@ set -o pipefail
|
|||
|
||||
# System specific settings
|
||||
export NIX_FIRST_BUILD_UID="${NIX_FIRST_BUILD_UID:-30001}"
|
||||
export NIX_BUILD_GROUP_ID="${NIX_BUILD_GROUP_ID:-30000}"
|
||||
export NIX_BUILD_USER_NAME_TEMPLATE="nixbld%d"
|
||||
|
||||
readonly SERVICE_SRC=/lib/systemd/system/nix-daemon.service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue