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 52793cf commit 70f7775Copy full SHA for 70f7775
build.nix
@@ -23,7 +23,7 @@ in rec {
23
pkgs.recurseIntoAttrs {
24
ghcide-020 = tool compiler-nix-name "ghcide" "0.2.0";
25
cabal-32 = tool compiler-nix-name "cabal" "3.2.0.0";
26
- } // pkgs.lib.optionalAttrs (buildHaskell.defaddultCompilerNixName != "ghc8101") {
+ } // pkgs.lib.optionalAttrs (compiler-nix-name != "ghc8101") {
27
ghcide-object-code = tool compiler-nix-name "ghcide" "object-code";
28
}
29
);
0 commit comments