mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-26 06:02:34 -05:00
justfile
This commit is contained in:
parent
a9d0ea5dd3
commit
cae2ee5aa2
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -1,6 +1,9 @@
|
|||
default:
|
||||
just -l
|
||||
|
||||
# Update all flake inputs
|
||||
update:
|
||||
nix flake update --commit-lock-file
|
||||
# Update secrets input
|
||||
update-secret:
|
||||
nix flake update nix-secrets && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue