Skip to content

Commit c6d0b0c

Browse files
committed
Fix typo
1 parent ef8b4d9 commit c6d0b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/coverage/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let
2727

2828
in recurseIntoAttrs ({
2929
# Does not work on ghcjs because it needs zlib. Wasm needs network fixed.
30-
meta.disabled = stdenv.hostPlatform.isGhcjs || stdenv.hostPlatfom.isWasm
30+
meta.disabled = stdenv.hostPlatform.isGhcjs || stdenv.hostPlatform.isWasm
3131
# For some reason the `.tix` file is not created on armv7a android (not sure why)
3232
|| stdenv.hostPlatform.isAndroid && stdenv.hostPlatform.isAarch32;
3333
run = stdenv.mkDerivation {

0 commit comments

Comments
 (0)