mirror of
https://github.com/NixOS/nix
synced 2025-06-26 15:51:15 +02:00
15 lines
467 B
Markdown
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.
|