From 8ccc711c60d493d9ed8818c0ca6e1bf08a398e0a Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 8 Oct 2023 11:35:39 -0500 Subject: [PATCH] updates from makefile --- makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile b/makefile index 0373736..f728ff5 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,8 @@ all: doas nixos-rebuild switch --flake .#$${HOSTNAME_SHORT} +weekly: pull clean ci all push + update: nix flake lock --update-input nixpkgs nix flake lock --update-input nixos-hardware