feat(users/Profpatsch): init httzip

A streaming webserver which serves directories as .zip recursively.
Because everything sucks and this is the best way to get dirs
delivered to people.

Change-Id: I451885cfc5082db12ac32eb0a4bfb04bc983d3c2
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8953
Reviewed-by: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
This commit is contained in:
Profpatsch 2023-07-12 22:51:17 +02:00
parent b4cfddfc80
commit c266f5133f
6 changed files with 184 additions and 0 deletions

View file

@ -38,6 +38,8 @@ pkgs.mkShell {
h.sqlite-simple
h.hedgehog
h.http-conduit
h.http-conduit
h.wai-conduit
h.nonempty-containers
h.deriving-compat
h.unix