Add Makefile

This commit is contained in:
2021-08-12 14:49:52 +01:00
parent ad68c47d84
commit 3442b6e57e

16
Makefile Normal file
View File

@@ -0,0 +1,16 @@
switch:
sudo nixos-rebuild switch --flake .
update:
nix flake update .
upgrade:
make update && make switch
install:
./scripts/install.sh
backup:
./scripts/backup.sh
.DEFAULT_GOAL := switch