mirror of
https://github.com/SebastianStork/blog.git
synced 2026-01-21 12:51:35 +01:00
Add update-theme just command
This commit is contained in:
parent
0dc2f84e08
commit
be35c26ff1
1 changed files with 6 additions and 1 deletions
7
justfile
7
justfile
|
|
@ -14,6 +14,11 @@ serve:
|
|||
check:
|
||||
zola check --drafts
|
||||
|
||||
[group('zola')]
|
||||
update-theme:
|
||||
nix flake update linkita
|
||||
nix develop --command zsh
|
||||
|
||||
[group('nix')]
|
||||
update:
|
||||
nix flake update --commit-lock-file
|
||||
nix flake update nixpkgs treefmt --commit-lock-file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue