diff --git a/makefile b/makefile index fd78d7d..83aed51 100644 --- a/makefile +++ b/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