Use own fork of hermit-zola for updates.

This commit is contained in:
Lyle Mantooth 2025-06-25 13:58:20 -04:00
parent a09b166902
commit 7a0efc520b
Signed by: IslandUsurper
SSH key fingerprint: SHA256:7OQGnFyxgqLkSqpNeuqXgKL+0NmXES1atELKc4dKOw8
7 changed files with 44 additions and 28 deletions

View file

@ -1,9 +1,9 @@
{
description = "Annotated Annals: A blog";
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-22.05";
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.hermit-zola = { url = "github:VersBinarii/hermit_zola"; flake = false; };
inputs.hermit-zola = { url = "github:IslandUsurper/hermit_zola"; flake = false; };
outputs = { self, nixpkgs, flake-utils, hermit-zola }:
flake-utils.lib.eachDefaultSystem (system: