This commit is contained in:
TheWanderingCrow 2025-06-24 11:43:33 -04:00
parent cae2ee5aa2
commit 801efe0ebe

View file

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