Use own fork of hermit-zola for updates.
This commit is contained in:
parent
a09b166902
commit
7a0efc520b
7 changed files with 44 additions and 28 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue