{ depot, pkgs, lib, ... }: let # Example email that's going to push the parser due to its big attachment # of almost 200MB. We are using a GHC bindist since it's quite big and a # fixed output derivation that's already part of nixpkgs, so whitby only # needs to download it once (and it won't change). message = pkgs.runCommand "huge.mime" { nativeBuildInputs = [ pkgs.buildPackages.mblaze ]; } '' mmime > $out <