Skip to content

Commit

Permalink
set -u
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Sep 21, 2024
1 parent cf023bf commit df7faa2
Showing 1 changed file with 2 additions and 0 deletions.
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 df7faa2

Please sign in to comment.