1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Merge pull request #11485 from abathur/sequoia_migration_errexit

sequoia-nixbld-user-migration: halt on error
This commit is contained in:
Eelco Dolstra 2024-09-13 17:12:28 +02:00 committed by GitHub
commit 2c42a9dbaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -eo pipefail
((NEW_NIX_FIRST_BUILD_UID=351))
((TEMP_NIX_FIRST_BUILD_UID=31000))