diff --git a/makefile b/makefile index 65aab2c..1422350 100644 --- a/makefile +++ b/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