bin/setup-nix@fcec334dfe7a (annotated)
bin/setup-nix
Sun, 05 May 2024 01:56:33 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 05 May 2024 01:56:33 -0500
- changeset 1155
- fcec334dfe7a
- parent 1113
-
9b4ca32ec390
- permissions
- -rwxr-xr-x
luafy PruneSession
1113
|
1
|
#!/bin/sh
|
|
2
|
set -eu
|
|
3
|
|
|
4
|
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix |
|
|
5
|
sh -s -- install "$@"
|