···1213## How to install
1415-First, choose the multi-user installation:
16-17`sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --daemon`
1819-> **Note**: The installer will complain, that you don't have `systemd` installed. This is expected—we will handle that next.
02021-Next, add the `nix` daemon to the services of your Sprite:
22-23```bash
24sprite-env services create nix-daemon \
25- --cmd sudo \
26- --args /nix/var/nix/profiles/default/bin/nix-daemon
27```
2829That's all. Yep.
···1213## How to install
1415+First, choose the multi-user installation:
016`sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --daemon`
1718+> **Note**: The installer will complain, that you don't have `systemd` installed.
19+> This is expected—we will handle that next.
2021+Next, add the `nix` daemon to the services of your Sprite:
022```bash
23sprite-env services create nix-daemon \
24+ --cmd sudo \
25+ --args /nix/var/nix/profiles/default/bin/nix-daemon
26```
2728That's all. Yep.