{ pkgs ? (import {}) }: pkgs.stdenv.mkDerivation { name = "uni-env"; buildInputs = [ pkgs.haskellPackages.pandoc ]; }