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:
nixpkgs.overlays = [
(self: super: { hie-nix = import ~/src/hie-nix {}; })
]