You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl -L https://nixos.org/nix/install| sh -s -- --daemon
50
49
```
50
+
For other systems such as macOS, Windows(WSL2) and Docker, follow the official [documentation](https://nix.dev/install-nix.html).
51
51
52
-
For more in-depth instructions, follow the guide on [the zero to nix site](https://zero-to-nix.com/start/install).
53
52
To use Nix from the terminal you need to open up a new terminal for it to be added to your path.
54
53
55
-
* ℹ️ If you've downloaded Nix through another method, make sure the experimental features ["flakes"](https://nixos.wiki/wiki/Flakes) and ["nix-command"](https://nixos.wiki/wiki/Nix_command) are enabled.*
54
+
Make sure the experimental features ["flakes"](https://nixos.wiki/wiki/Flakes) and ["nix-command"](https://nixos.wiki/wiki/Nix_command) are enabled
55
+
by adding the following to `~/.config/nix/nix.conf` or `/etc/nix/nix.conf`:
0 commit comments