We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4be46 commit 2da5bb6Copy full SHA for 2da5bb6
README.md
@@ -23,25 +23,28 @@ EOF
23
## Install nix(DeterminateSystems/nix-installer)
24
25
```sh
26
-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 --determinate
27
```
28
29
### add `trusted-users`
30
31
edit `/etc/nix/nix.custom.conf`:
32
+
33
```conf
34
trusted-users = charles
35
36
37
restart daemon:
38
39
on macOS:
40
41
42
sudo launchctl unload /Library/LaunchDaemons/systems.determinate.nix-daemon.plist
43
sudo launchctl load /Library/LaunchDaemons/systems.determinate.nix-daemon.plist
44
45
46
on Ubuntu:
47
48
49
sudo systemctl restart nix-daemon
50
0 commit comments