From b4bea04224d5d418c148ea9f7badc8ad489e7a17 Mon Sep 17 00:00:00 2001 From: Julian T Date: Tue, 8 Jun 2021 19:48:28 +0200 Subject: Added image convertion and page generation script --- shell.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..d452969 --- /dev/null +++ b/shell.nix @@ -0,0 +1,7 @@ +{ pkgs ? import {}, pythonPackages ? pkgs.python38Packages }: + +pkgs.mkShell { + buildInputs = with pythonPackages; [ + jinja2 schema pillow pyyaml + ]; +} -- cgit v1.2.3