diff --git a/flake.nix b/flake.nix index 2efe92d..26dbccb 100644 --- a/flake.nix +++ b/flake.nix @@ -93,6 +93,7 @@ PORT = "8080"; STATIC = "/var/lib/zineshop/static"; VIEWS = "/var/lib/zineshop/views"; + PATH="$PATH:${lib.makeBinPath [ pkgs.poppler_utils ]}"; }; preStart = ''