mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 01:24: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
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue