Skip to content

Fix installation instructions #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

spacekitteh
Copy link

No description provided.

@korayal
Copy link
Owner

korayal commented May 27, 2020

Thank you for this, but I think we shouldn't be selecting a specific binary (in this case haskell-language-server) as I stated in my comment here. I think this branch ( multi-version ) is still WIP until we find a way to expose both binaries.

On the other hand, I'm not using NixOS so it looks like packages.haskell-language-server.components.exes doesn't work ( it does work with nix-env -iA), so I guess the correct equivalent would be something like:

environment.systemPackages = [
  (import (builtins.fetchTarball "https://github.com/korayal/hls-nix/tarball/master") {}).hls-ghc865.haskell-language-server
  (import (builtins.fetchTarball "https://github.com/korayal/hls-nix/tarball/master") {}).hls-ghc865.haskell-language-server-wrapper
];

@korayal korayal closed this Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants