panacea/Makefile

17 lines
231 B
Makefile
Raw Normal View History

2021-08-12 15:49:52 +02:00
switch:
2022-05-21 11:43:15 +02:00
sudo nixos-rebuild switch --flake path://$(PWD)#
2021-08-12 15:49:52 +02:00
update:
2022-05-10 23:18:13 +02:00
nix flake update . --commit-lock-file
2021-08-12 15:49:52 +02:00
upgrade:
make update && make switch
install:
./scripts/install.sh
backup:
./scripts/backup.sh
.DEFAULT_GOAL := switch