diff options
author | Profpatsch <mail@profpatsch.de> | 2023-08-31T17·38+0200 |
---|---|---|
committer | Profpatsch <mail@profpatsch.de> | 2023-08-31T17·50+0000 |
commit | 88c3e2b4a0cf5ca8ca76ba828eecfc16e22267de (patch) | |
tree | bb76b43a4c42d7d4e72b45b383f92b66481ec1ab /users/Profpatsch/shell.nix | |
parent | e06d38ae5426d9615f74f749836b602d4a64ab14 (diff) |
chore(users/Profpatsch/htmx-experiment): move to Multipart2 r/6539
We don’t strictly need servant-multipart, if all we need is to parse some multipart forms. This removes some deps. Change-Id: I218731fada056b9edfb3d01fc33880673d14473e Reviewed-on: https://cl.tvl.fyi/c/depot/+/9187 Tested-by: BuildkiteCI Reviewed-by: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'users/Profpatsch/shell.nix')
-rw-r--r-- | users/Profpatsch/shell.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/users/Profpatsch/shell.nix b/users/Profpatsch/shell.nix index 2158ed6122ca..b27b47b2b939 100644 --- a/users/Profpatsch/shell.nix +++ b/users/Profpatsch/shell.nix @@ -31,7 +31,6 @@ pkgs.mkShell { h.warp h.profunctors h.semigroupoids - h.servant-multipart h.validation-selective h.free h.cryptonite-conduit |