From be35c26ff153baac54aacd85d8f734e5041ba318 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 22 Oct 2025 15:16:12 +0200 Subject: [PATCH] Add `update-theme` just command --- justfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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