Skip to content

fix(spore): bump zx-dev input to fix zola 0.23 build - #555

Merged
stackptr merged 1 commit into
mainfrom
spore/bump-zx-dev
Sep 10, 2026
Merged

stackptr merged 1 commit into
mainfrom
spore/bump-zx-dev

Conversation

@stackptr

@stackptr stackptr commented Sep 10, 2026

Copy link
Copy Markdown
Owner

Summary

  • spore's build CI job has been failing since the nixpkgs bump that landed zola 0.23 (which removed shortcodes and migrated Tera to v2 — a breaking release the anemone theme wasn't updated for) and dropped zola's native-tls fallback (its now-mandatory rustls client panicked in the Nix sandbox with no CA bundle).
  • Fixed upstream in stackptr/zx.dev#3 (theme pinned to a zola-0.23-compatible fork pending Speyll/anemone#41; tracked for removal in stackptr/zx.dev#4).
  • This bumps the zx-dev flake input to pick up that fix.

Test plan

  • nix eval .#nixosConfigurations.spore.config.system.build.toplevel.drvPath succeeds
  • nix fmt . — no changes needed
  • CI build (spore, ...) job passes

zx-dev's build was broken on the last several nixpkgs bumps: zola
0.23 removed shortcodes and migrated Tera to v2, which the anemone
theme wasn't compatible with, and dropped zola's native-tls fallback,
causing its rustls client to panic in the Nix sandbox without a CA
bundle.

Fixed upstream in stackptr/zx.dev#3 (tracked for the anemone fork pin
removal in stackptr/zx.dev#4). Bump picks up the fix so spore's build
job passes again.
@stackptr
stackptr merged commit 12b9b50 into main Sep 10, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant