programs.vscode.haskell.hie.executablePath

Home-Manager option

The path to the Haskell IDE Engine executable. Because hie-nix is not packaged in Nixpkgs, you need to add it as an overlay or set this option. Example overlay configuration:

type: absolute path
Default
"${pkgs.hie-nix.hies}/bin/hie-wrapper"
Example
(import ~/src/haskell-ide-engine {}).hies + "/bin/hie-wrapper";
declared in: <home-manager/modules/programs/vscode/haskell.nix>source unavailable