From 113a7b94e2c587b4d1296aae6e5ea369e7f3f19c Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 18 Feb 2024 21:12:54 -0500 Subject: [PATCH] Add automatic commit msg when updating flakes --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index ee119d9..cb4b8da 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,9 @@ rollback: update: nix flake update + make + git commit -S -m "nix flake update: $(TZ=UTC date +%Y-%m-%d_%H-%M-%S)" + git push fmt: alejandra .