Replies: 5 comments 4 replies
-
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. |
Beta Was this translation helpful? Give feedback.
-
Additionally, I'm gonna be upgrading the base Once I do though, hls 1.0 is included in the latest master and already wired up as an override. |
Beta Was this translation helpful? Give feedback.
-
FWIW I'm going to merge jkachmar/easy-hls-nix#4 soon now that it seems like it at least works for the basic TH cases people have pointed out to me. There's still at least one outstanding issue I've been made aware of with Now that I've read a bit more about |
Beta Was this translation helpful? Give feedback.
-
I can confirm that using nixos-unstable and the override that was there in overrides/default.nix haskell-language-server 1.0 is installed 😄 I don't understand why just adding Wait... is the override silently failing maybe? Since haskell-language-server is a part of each version of ghc's |
Beta Was this translation helpful? Give feedback.
-
At the time of this writing, and since #192 haskell language server should be 1.0 in DevOS even without the override. |
Beta Was this translation helpful? Give feedback.
-
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.Beta Was this translation helpful? Give feedback.
All reactions