1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 14:51:16 +02:00

Merge pull request #12258 from abathur/fix_paths_in_sequoia_script

sequoia-nixbld-user-migration: nail down PATH
This commit is contained in:
Eelco Dolstra 2025-01-16 17:42:20 +01:00 committed by GitHub
commit f36cbee7fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,9 @@
set -eo pipefail
# stock path to avoid unexpected command versions
PATH="$(/usr/bin/getconf PATH)"
((NEW_NIX_FIRST_BUILD_UID=351))
((TEMP_NIX_FIRST_BUILD_UID=31000))