Skip to content

Commit 70f7775

Browse files
committed
Fix build.nix
1 parent 52793cf commit 70f7775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ in rec {
2323
pkgs.recurseIntoAttrs {
2424
ghcide-020 = tool compiler-nix-name "ghcide" "0.2.0";
2525
cabal-32 = tool compiler-nix-name "cabal" "3.2.0.0";
26-
} // pkgs.lib.optionalAttrs (buildHaskell.defaddultCompilerNixName != "ghc8101") {
26+
} // pkgs.lib.optionalAttrs (compiler-nix-name != "ghc8101") {
2727
ghcide-object-code = tool compiler-nix-name "ghcide" "object-code";
2828
}
2929
);

0 commit comments

Comments
 (0)