mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 10:46:15 +02:00
sequoia-nixbld-user-migration: increment base UID by 1
This commit is contained in:
parent
a30eb6de1b
commit
93a8b06070
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
((NEW_NIX_FIRST_BUILD_UID=350))
|
((NEW_NIX_FIRST_BUILD_UID=351))
|
||||||
((TEMP_NIX_FIRST_BUILD_UID=31000))
|
((TEMP_NIX_FIRST_BUILD_UID=31000))
|
||||||
|
|
||||||
nix_user_n() {
|
nix_user_n() {
|
||||||
|
|
Loading…
Reference in a new issue