panacea/Makefile

17 lines
231 B
Makefile

switch:
nixos-rebuild switch --flake . --use-remote-sudo
update:
nix flake update . --commit-lock-file
upgrade:
make update && make switch
install:
./scripts/install.sh
backup:
./scripts/backup.sh
.DEFAULT_GOAL := switch