diff options
author | sterni <sternenseemann@systemli.org> | 2024-12-07T01·05+0100 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-12-25T23·32+0000 |
commit | 024783f535faa84ee30135017e18c9ef58fa2dd7 (patch) | |
tree | f7aeebaf651dfdc7404013c68a277def12cedfef | |
parent | 7ebf6be3a3e3a45213aa9c8c5a7d265fca3760c0 (diff) |
fix(3p/lisp/mime4cl/benchmark): fix mime type of attachment r/9023
Change-Id: I6a34622cb0a5dc80f82b64bac8da06f9e1d612d8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12910 Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org>
-rw-r--r-- | third_party/lisp/mime4cl/benchmark/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/lisp/mime4cl/benchmark/default.nix b/third_party/lisp/mime4cl/benchmark/default.nix index b201ede740b4..847515de8347 100644 --- a/third_party/lisp/mime4cl/benchmark/default.nix +++ b/third_party/lisp/mime4cl/benchmark/default.nix @@ -15,7 +15,7 @@ let Henlo world! - #application/gzip#base64 ${pkgs.haskell.compiler.ghc963Binary.src} + #application/x-xz#base64 ${pkgs.haskell.compiler.ghc963Binary.src} EOF ''; |