Update zola to 0.14.1 and fix doc search

Issue: #1120
This commit is contained in:
eikek
2021-10-25 17:21:55 +02:00
parent 3f71985b64
commit 6783b82fd5
8 changed files with 29 additions and 27 deletions

View File

@ -1,8 +1,7 @@
let
nixpkgs = builtins.fetchTarball {
#url = "channel:nixos-21.05";
url = "https://github.com/NixOS/nixpkgs/archive/2d6ab6c6b92f7aaf8bc53baba9754b9bfdce56f2.tar.gz";
#sha256 = "0l975q132x08qvw73qj391dl6qk9a661my8njcg5sl5rcmna3bmj";
url = "https://github.com/NixOS/nixpkgs/archive/e6badb26fc0d238fda2432c45b7dd4e782eb8200.tar.gz";
};
pkgs = import nixpkgs { };
in