You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If applicable, add screenshots to help explain your problem.
Additional context
The reason for wanting this is to simplify implementing hover links in haskell language server being able to link to local nix generated hackage docs and source as in feature request haskell/haskell-language-server#3475
Describe the bug
related to #150968 and found while writing a feature request for haskell language server support for local nix documentation in haskell/haskell-language-server#3475
Steps To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/ParetoOptimalDev/apecs-shmup-example.git
cd apecs-shmup-example
nix develop -c bash -c "ls $NIX_GHC_DOCDIR"
Get:
Expected behavior
It returns the correct directory which seems to be different for each package and not nested anywhere, e.g. apecs:
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
The reason for wanting this is to simplify implementing hover links in haskell language server being able to link to local nix generated hackage docs and source as in feature request haskell/haskell-language-server#3475
Notify maintainers
@maralorn @sternenseemann @KAction @cdepillabout @expipiplus1
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: