diff options
author | Julian T <julian@jtle.dk> | 2021-06-08 20:20:31 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-06-08 20:20:31 +0200 |
commit | e7dc10f1bd0ad3a1ddcaed37bb53e82a5e6e934d (patch) | |
tree | 6333192002bc47cc8eb38952340c587847d4e21f /shell.nix | |
parent | b4bea04224d5d418c148ea9f7badc8ad489e7a17 (diff) |
Output to index.json instead of html template
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ pkgs.mkShell { buildInputs = with pythonPackages; [ - jinja2 schema pillow pyyaml + pillow pyyaml ]; } |