bin/setup-nix

Fri, 10 Nov 2023 01:31:38 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 10 Nov 2023 01:31:38 -0600
changeset 1134
fe6ccd1afb11
parent 1113
9b4ca32ec390
permissions
-rwxr-xr-x

Version-gate tmux popup (>= 3.2)

#!/bin/sh
set -eu

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix |
  sh -s -- install "$@"

mercurial