haskell.nix
haskell.nix copied to clipboard
Set the HIE_HOOGLE_DATABASE environment variable
Currently I set this for shells using the nixpkgs infrastructure with the following shellhook:
export HIE_HOOGLE_DATABASE="$(cat $(${pkgs.which}/bin/which hoogle) | sed -n -e 's|.*--database \(.*\.hoo\).*|\1|p')"
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.