CrOS/justfile
2025-06-24 11:40:31 -04:00

8 lines
181 B
Makefile

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