{ pkgs ? (import {}) }: pkgs.stdenv.mkDerivation rec { name = "dirty-haskell"; buildInputs = with (import ./default.nix {}); [ dirty-haskell-wrapper # (pkgs.haskellPackages.ghcWithPackages (p: with p; [ regex-tdfa ])) ]; shellHook = '' export PROMPT_INFO=${name} ''; }