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