mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
parent
20a1e20d91
commit
924712eef1
2 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,8 @@ oops() {
|
|||
exit 1
|
||||
}
|
||||
|
||||
umask 0022
|
||||
|
||||
tmpDir="$(mktemp -d -t nix-binary-tarball-unpack.XXXXXXXXXX || \
|
||||
oops "Can't create temporary directory for downloading the Nix binary tarball")"
|
||||
cleanup() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue