From e7dc10f1bd0ad3a1ddcaed37bb53e82a5e6e934d Mon Sep 17 00:00:00 2001 From: Julian T Date: Tue, 8 Jun 2021 20:20:31 +0200 Subject: Output to index.json instead of html template --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index d452969..c3dd58f 100644 --- a/shell.nix +++ b/shell.nix @@ -2,6 +2,6 @@ pkgs.mkShell { buildInputs = with pythonPackages; [ - jinja2 schema pillow pyyaml + pillow pyyaml ]; } -- cgit v1.2.3