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_S := $(shell uname -s)
|
||||||
UNAME_M := $(shell uname -m)
|
UNAME_M := $(shell uname -m)
|
||||||
|
|
||||||
all: prep
|
all: switch
|
||||||
doas nixos-rebuild build --flake .#${HOSTNAME}
|
|
||||||
|
|
||||||
switch: prep
|
switch: prep
|
||||||
doas nixos-rebuild switch --flake .#${HOSTNAME}
|
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:
|
update:
|
||||||
nix flake update
|
nix flake update
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue