Add Makefile
This commit is contained in:
parent
ad68c47d84
commit
3442b6e57e
16
Makefile
Normal file
16
Makefile
Normal 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
|
Loading…
x
Reference in New Issue
Block a user