makefile | clear all home-manager-backups

This commit is contained in:
Don Harper 2024-02-09 22:11:18 -06:00
parent ff4fc3ef4b
commit 82b99dad08

View file

@ -3,6 +3,7 @@ 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}
weekly: pull clean update ci all push