Mercurial
>
hg
>
mhoward
>
dotfiles
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
comparison: bin/setup-nix
bin/setup-nix
changeset 1113
9b4ca32ec390
equal
deleted
inserted
replaced
1112:0ae7864c4ad8
1113:9b4ca32ec390
1
#!/bin/sh
2
set -eu
3
4
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix |
5
sh -s -- install "$@"