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 7439168 commit 3d3edbdCopy full SHA for 3d3edbd
ci.nix
@@ -87,6 +87,9 @@
87
&& (__match ".*llvm" compiler-nix-name == null)
88
&& !builtins.elem compiler-nix-name ["ghc9102"]) {
89
inherit (lib.systems.examples) ghcjs;
90
+ } // lib.optionalAttrs (nixpkgsName == "unstable"
91
+ && (__match ".*llvm" compiler-nix-name == null)
92
+ && !builtins.elem compiler-nix-name ["ghc967" "ghc984" "ghc9102"]) {
93
inherit (lib.systems.examples) wasi32;
94
} // lib.optionalAttrs (nixpkgsName == "unstable"
95
0 commit comments