nix-cli/README.md

11 lines
237 B
Markdown
Raw Normal View History

2024-11-12 21:34:18 +00:00
# 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
```