mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +00:00
Fix zola version to 0.11.0
The newest version breaks inclusion of files in markdown.
This commit is contained in:
parent
f98d95a962
commit
9b41ffe008
@ -1,6 +1,6 @@
|
|||||||
let
|
let
|
||||||
nixpkgsUnstable = builtins.fetchTarball {
|
nixpkgsUnstable = builtins.fetchTarball {
|
||||||
url = "https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz";
|
url = "https://github.com/NixOS/nixpkgs-channels/archive/92e990a8d6bc35f1089c76dd8ba68b78da90da59.tar.gz";
|
||||||
};
|
};
|
||||||
pkgsUnstable = import nixpkgsUnstable { };
|
pkgsUnstable = import nixpkgsUnstable { };
|
||||||
in
|
in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user