1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 15:51:15 +02:00
nix/doc/manual/source/installation/index.md
2025-03-05 16:31:18 -03:00

15 lines
467 B
Markdown

# Installation
This section describes how to install and configure Nix for first-time use.
Nix follows a [multi-user](./nix-security.md#multi-user-model) model on both Linux
and macOS.
```console
$ curl -L https://nixos.org/nix/install | sh -s -- --daemon
```
## Distributions
The Nix community maintains installers for several distributions.
They can be found in the [`nix-community/nix-installers`](https://github.com/nix-community/nix-installers) repository.