mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
Merge branch '2.19-maintenance' into mergify/bp/2.19-maintenance/pr-10919
This commit is contained in:
commit
35c27ce261
4 changed files with 13 additions and 16 deletions
|
@ -3,14 +3,11 @@
|
|||
set -eu
|
||||
set -o pipefail
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
# 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"
|
||||
|
||||
>>>>>>> 75567423f (install-darwin: move nixbld gid to match first UID)
|
||||
readonly SERVICE_SRC=/lib/systemd/system/nix-daemon.service
|
||||
readonly SERVICE_DEST=/etc/systemd/system/nix-daemon.service
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue