From 801efe0ebe3781d44fdd2bb7d3473103e77ce772 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 24 Jun 2025 11:43:33 -0400 Subject: [PATCH] justfile --- justfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/justfile b/justfile index bb3a3b0..0662821 100644 --- a/justfile +++ b/justfile @@ -6,6 +6,4 @@ update: nix flake update --commit-lock-file # Update secrets input update-secret: - nix flake update nix-secrets && \ - git add -u && (git commit -am 'chore: update secrets input' || true) && \ - git push + nix flake update nix-secrets --commit-lock-file