about summary refs log tree commit diff
path: root/ci-builds.nix
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-07-03T15·51-0400
committerglittershark <grfn@gws.fyi>2020-07-03T23·23+0000
commit64ce8522fed750fcfb3a0504267f57dd20bcfb99 (patch)
tree5c8837966a080a4c45facfec074d6882432cd731 /ci-builds.nix
parent10180e70ec6bde46d307c4b50cfb23184f66ad2d (diff)
feat(3p): add haskell-language-server r/1203
Add expression for building haskell-language-server, based on a vendored
version of https://github.com/korayal/hls-nix with hashes updated to
work with our nixpkgs version and ghc 8.8.3. Also add that to CI
builds, so whitby will build it for me (thanks whitby).

Change-Id: I373f8a7cb67974b8aa043b116436c074591b8d57
Reviewed-on: https://cl.tvl.fyi/c/depot/+/897
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Reviewed-by: BuildkiteCI
Diffstat (limited to 'ci-builds.nix')
-rw-r--r--ci-builds.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci-builds.nix b/ci-builds.nix
index 8e59b116da..a99ecd7db0 100644
--- a/ci-builds.nix
+++ b/ci-builds.nix
@@ -87,6 +87,7 @@ in lib.fix (self: {
     hgeometry-combinatorial
     vinyl
     comonad-extras
+    depot.third_party.haskell-language-server.ghc883
   ];
 
   # User-specific build targets