panacea/Makefile

17 lines
212 B
Makefile
Raw Normal View History

2021-08-12 15:49:52 +02:00
switch:
nixos-rebuild switch --flake . --use-remote-sudo
2021-08-12 15:49:52 +02:00
update:
nix flake update .
2021-08-12 15:49:52 +02:00
upgrade:
make update && make switch
install:
./scripts/install.sh
backup:
./scripts/backup.sh
.DEFAULT_GOAL := switch