mirror of
https://github.com/cupcakearmy/nix-cli.git
synced 2026-07-26 01:46:11 +00:00
7c533ae24b849a2957af1da3b8905d5d3016fdc8
Nix
Nix setup for server
Install
# First time install
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
# Install / Update
nix run home-manager -- switch --flake github:cupcakearmy/nix-cli#root -b bkp
Update
This can be run on any machine. Just update and then just rerun on the targets
nix flake update
# To test
nix run home-manager -- build --flake .#root
Languages
Nix
100%