CrOS/justfile
TheWanderingCrow cae2ee5aa2 justfile
2025-06-24 11:43:09 -04:00

11 lines
253 B
Makefile

default:
just -l
# Update all flake inputs
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