From 9b41ffe00847c89c368d60cc8ce93ff9ae6735a7 Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Fri, 11 Sep 2020 23:11:43 +0200 Subject: [PATCH] Fix zola version to 0.11.0 The newest version breaks inclusion of files in markdown. --- website/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/shell.nix b/website/shell.nix index e42b5750..feb45d35 100644 --- a/website/shell.nix +++ b/website/shell.nix @@ -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