makefile | target changes
This commit is contained in:
parent
71a6686b4e
commit
f29a1b8e19
1 changed files with 3 additions and 4 deletions
7
makefile
7
makefile
|
|
@ -2,15 +2,14 @@ HOSTNAME := $(shell hostname -s)
|
|||
UNAME_S := $(shell uname -s)
|
||||
UNAME_M := $(shell uname -m)
|
||||
|
||||
all: prep
|
||||
doas nixos-rebuild build --flake .#${HOSTNAME}
|
||||
all: switch
|
||||
|
||||
switch: prep
|
||||
doas nixos-rebuild switch --flake .#${HOSTNAME}
|
||||
|
||||
weekly: pull clean update ci switch push
|
||||
weekly: pull clean update switch ci push clean
|
||||
|
||||
cweekly: clean pull switch
|
||||
cweekly: clean pull switch clean
|
||||
|
||||
update:
|
||||
nix flake update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue