diff --git a/justfile b/justfile index 0c7dc55..0f17d72 100644 --- a/justfile +++ b/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