flake/justfile
2024-06-25 11:21:02 +02:00

15 lines
277 B
Makefile

alias s := switch
alias d := deploy
check:
nix flake check
switch *args:
@sudo -v
sudo nixos-rebuild switch --flake . --keep-going {{args}}
deploy system:
nix run .#{{system}}
lint *args:
statix check -i flake.nix **/hardware-configuration.nix {{args}}