Add Makefile

This commit is contained in:
coolneng 2021-08-12 14:49:52 +01:00
parent ad68c47d84
commit 3442b6e57e
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 16 additions and 0 deletions

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