Skip to content

Commit e10e8ab

Browse files
committed
Refactor test filtering
1 parent 08a09ca commit e10e8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sublib-docs/default.nix

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

1414
in recurseIntoAttrs {
1515
# Haddock is not included with cross compilers currently
16-
meta.disabled = pkgs.haskell-nix.haskellLib.isCrossHost;
16+
meta.disabled = haskellLib.isCrossHost;
1717
ifdInputs = {
1818
inherit (project) plan-nix;
1919
};

0 commit comments

Comments
 (0)