From 5b1732e950032695bb0a0ef625e694d9cdf26bd2 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 24 Jun 2025 11:40:31 -0400 Subject: [PATCH] chore: update secrets input --- justfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 justfile diff --git a/justfile b/justfile new file mode 100644 index 0000000..2d7e501 --- /dev/null +++ b/justfile @@ -0,0 +1,8 @@ +default: + just -l + +# Update secrets input +update-secret: + nix flake update nix-secrets && \ + git add -u && (git commit -am 'chore: update secrets input' || true) && \ + git push