make build default
This commit is contained in:
parent
22a1b0da72
commit
5ba3a26438
1 changed files with 5 additions and 2 deletions
7
makefile
7
makefile
|
|
@ -3,8 +3,11 @@ UNAME_S := $(shell uname -s)
|
|||
UNAME_M := $(shell uname -m)
|
||||
|
||||
all:
|
||||
locate home-manager-backup | sort -u | xargs rm -f
|
||||
doas nixos-rebuild switch --flake .#${HOSTNAME}
|
||||
@locate home-manager-backup | sort -u | xargs rm -f
|
||||
doas nixos-rebuild build --flake .#${HOSTNAME}
|
||||
|
||||
switch:
|
||||
doas nixos-rebuild build --flake .#${HOSTNAME}
|
||||
|
||||
weekly: pull clean update ci all push
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue