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 pathDefault
"${pkgs.hie-nix.hies}/bin/hie-wrapper"Example
declared in: <home-manager/modules/programs/vscode/haskell.nix>source unavailable(import ~/src/haskell-ide-engine {}).hies + "/bin/hie-wrapper";