with (import {}); let site = haskellPackages.callPackage ../site {}; in mkShell { buildInputs = [ site ]; }