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 ef8b4d9 commit c6d0b0cCopy full SHA for c6d0b0c
test/coverage/default.nix
@@ -27,7 +27,7 @@ let
27
28
in recurseIntoAttrs ({
29
# Does not work on ghcjs because it needs zlib. Wasm needs network fixed.
30
- meta.disabled = stdenv.hostPlatform.isGhcjs || stdenv.hostPlatfom.isWasm
+ meta.disabled = stdenv.hostPlatform.isGhcjs || stdenv.hostPlatform.isWasm
31
# For some reason the `.tix` file is not created on armv7a android (not sure why)
32
|| stdenv.hostPlatform.isAndroid && stdenv.hostPlatform.isAarch32;
33
run = stdenv.mkDerivation {
0 commit comments