mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
Merge pull request #11485 from abathur/sequoia_migration_errexit
sequoia-nixbld-user-migration: halt on error
This commit is contained in:
commit
2c42a9dbaa
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -eo pipefail
|
||||||
|
|
||||||
((NEW_NIX_FIRST_BUILD_UID=351))
|
((NEW_NIX_FIRST_BUILD_UID=351))
|
||||||
((TEMP_NIX_FIRST_BUILD_UID=31000))
|
((TEMP_NIX_FIRST_BUILD_UID=31000))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue