Install Nix
Install Nix using the DeterminateSystems installer:
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
Before proceeding, run Nix Health.
Recommendations
For a pleasant nix development environment experience, install direnv.
See also
- NixOS, a Linux distro based on the Nix package manager.
- nix-darwin, replaces homebrew and the like on macOS, using Nix.