{ pkgs ? (import {}) }: pkgs.stdenv.mkDerivation rec { name = "dirty-haskell"; buildInputs = [ (import ./default.nix).dirty-haskell ]; shellHook = '' export PROMPT_INFO=${name} ''; }