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 bfdf339 commit 2e314deCopy full SHA for 2e314de
ci.nix
@@ -77,7 +77,8 @@
77
# of 'lib.systems.examples' are not understood between all versions
78
let lib = nixpkgs.lib;
79
in lib.optionalAttrs (nixpkgsName == "unstable"
80
- && (__match ".*llvm" compiler-nix-name == null)) {
+ && (__match ".*llvm" compiler-nix-name == null)
81
+ && !builtins.elem compiler-nix-name ["ghc9102"]) {
82
inherit (lib.systems.examples) ghcjs;
83
} // lib.optionalAttrs (nixpkgsName == "unstable"
84
&& (__match ".*llvm" compiler-nix-name == null)
0 commit comments