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