mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
justfile
This commit is contained in:
parent
cae2ee5aa2
commit
801efe0ebe
1 changed files with 1 additions and 3 deletions
4
justfile
4
justfile
|
|
@ -6,6 +6,4 @@ update:
|
||||||
nix flake update --commit-lock-file
|
nix flake update --commit-lock-file
|
||||||
# Update secrets input
|
# Update secrets input
|
||||||
update-secret:
|
update-secret:
|
||||||
nix flake update nix-secrets && \
|
nix flake update nix-secrets --commit-lock-file
|
||||||
git add -u && (git commit -am 'chore: update secrets input' || true) && \
|
|
||||||
git push
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue