mirror of
https://github.com/NixOS/nix
synced 2025-07-04 19:41:48 +02:00
install-darwin: increment base UID by 1 (#15)
(cherry picked from commit 11cf29b15c
)
This commit is contained in:
parent
76c9fd17c8
commit
c00f5bc33e
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
((NEW_NIX_FIRST_BUILD_UID=350))
|
||||
((NEW_NIX_FIRST_BUILD_UID=351))
|
||||
|
||||
id_available(){
|
||||
dscl . list /Users UniqueID | grep -E '\b'$1'\b' >/dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue