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

sequoia-nixbld-user-migration: halt on error

Addressing user feedback about a case where actions the script takes
may fail without a specific permission if run over SSH.
This commit is contained in:
Travis A. Everett 2024-09-11 08:55:57 -05:00
parent 46339db18d
commit 51a01aa6c5

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