We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f98d6 commit c2c54ffCopy full SHA for c2c54ff
test/haskell-language-server/cabal.nix
@@ -6,4 +6,7 @@ in recurseIntoAttrs {
6
inherit (project) plan-nix;
7
};
8
build = project.getComponent "haskell-language-server:exe:haskell-language-server";
9
+
10
+ # hls does not need to be cross compiled.
11
+ meta.disabled = stdenv.hostPlatform != stdenv.buildPlatform;
12
}
0 commit comments