mirror of
https://github.com/cupcakearmy/nix-cli.git
synced 2024-12-22 16:26:31 +00:00
11 lines
237 B
Markdown
11 lines
237 B
Markdown
# Nix
|
|
|
|
Nix setup for server
|
|
|
|
## Install
|
|
|
|
```bash
|
|
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --determinate
|
|
nix run home-manager -- switch --flake github:cupcakearmy/nix-cli#root
|
|
```
|