Skip to content

Commit

Permalink
Change install command to make $USER trusted
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Sep 20, 2024
1 parent 5de0714 commit facef6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion en/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ order: -1000
Install #[[nix]] using [the unofficial installer](https://github.com/DeterminateSystems/nix-installer#the-determinate-nix-installer):[^official]

```sh
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | \
sh -s -- install --extra-conf "trusted-users = $(whoami)"
```

> [!tip] Graphical installer for [[macos]]
Expand Down

0 comments on commit facef6e

Please sign in to comment.