summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2021-06-08 20:20:31 +0200
committerJulian T <julian@jtle.dk>2021-06-08 20:20:31 +0200
commite7dc10f1bd0ad3a1ddcaed37bb53e82a5e6e934d (patch)
tree6333192002bc47cc8eb38952340c587847d4e21f /shell.nix
parentb4bea04224d5d418c148ea9f7badc8ad489e7a17 (diff)
Output to index.json instead of html template
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
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
];
}