Fix zola version to 0.11.0

The newest version breaks inclusion of files in markdown.
This commit is contained in:
Eike Kettner 2020-09-11 23:11:43 +02:00
parent f98d95a962
commit 9b41ffe008

View File

@ -1,6 +1,6 @@
let
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 { };
in