makefile | clear all home-manager-backups
This commit is contained in:
parent
ff4fc3ef4b
commit
82b99dad08
1 changed files with 1 additions and 0 deletions
1
makefile
1
makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue