Skip to content

Commit

Permalink
deploy: df7faa2
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Sep 21, 2024
1 parent db2cf8b commit 44493c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -u

# Install Nix
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | \
sh -s -- install --no-confirm --extra-conf "trusted-users = $(whoami)"
Expand Down
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -u

# Install Nix
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | \
sh -s -- install --no-confirm --extra-conf "trusted-users = $(whoami)"
Expand Down

0 comments on commit 44493c0

Please sign in to comment.