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 43f331841f
commit 7e3e3f6eee

View File

@ -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