mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
8 lines
181 B
Makefile
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
|