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
I saw evidence it installed things but haskell-language-server was not available. I'm just working around it for now by installing via the quickstart nix expression on that readme but it would be nice to know how to pull things in like that repo.
The text was updated successfully, but these errors were encountered:
If its just the package you want to add, you can add it in extern/default.nix. Take a look at how deploy-rs is added, and do something similar. And if you want it in the devshell you can then add it to the packages list within shell/default.nix.
Additionally, I'm gonna be upgrading the base nixos flake to nixos-unstable as 20.09 is getting pretty stale as we approach the next release. However I have to work out an issue with the CI runner hercules-ci/hercules-ci-agent#291 before I can push the update.
Once I do though, hls 1.0 is included in the latest master and already wired up as an override.
codygman
added a commit
to codygman/devos
that referenced
this issue
Mar 16, 2021
I think I might need to wait for either #jkachmar/easy-hls-nix#3 or #127 for this? I made an attempt adding easy-hls-nix to devos like so:
codygman@a15969d
I saw evidence it installed things but
haskell-language-server
was not available. I'm just working around it for now by installing via the quickstart nix expression on that readme but it would be nice to know how to pull things in like that repo.The text was updated successfully, but these errors were encountered: