mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 08:12:29 +00: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:
parent
46339db18d
commit
51a01aa6c5
@ -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 New Issue
Block a user