From b0b72546a252bfd2db901db1946c0094b0fea607 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Mon, 4 Nov 2024 23:03:15 -0600 Subject: [PATCH] task | update justfile --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 5e6978f..f8e4701 100644 --- a/justfile +++ b/justfile @@ -83,8 +83,8 @@ pull: # Add everything to git ci: - echo "git commit all" - git commit -m"updates from makefile" --all &> nixos-switch.log || ( cat nixos-switch.log && false) + echo "git commit" + git commit -m"chore | Update flake.lock" flake.lock &> nixos-switch.log || ( cat nixos-switch.log && false) rm -f nixos-switch.log