chore: update secrets input

This commit is contained in:
TheWanderingCrow 2025-06-24 11:40:31 -04:00
parent 7e631d1573
commit 5b1732e950

8
justfile Normal file
View file

@ -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