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

sequoia-nixbld-user-migration: nail down PATH

Fixes a user report of trouble with toybox grep and avoids
potential of same basic issue with other utils.
This commit is contained in:
Travis A. Everett 2025-01-15 08:59:14 -06:00
parent 8aafc05885
commit 6a874c2865

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))