nix-config/justfile
2025-03-23 20:41:04 +08:00

13 lines
242 B
Makefile

default:
@just --list
build *ARGS:
nixos-rebuild build --flake .#{{ARGS}}
switch *ARGS:
sudo nixos-rebuild switch --flake .#{{ARGS}}
deploy *ARGS:
nixos-rebuild switch --flake .#{{ARGS}} --target-host {{ARGS}} --use-remote-sudo