Skip to content

Commit efb4a59

Browse files
committed
disable hare on macos
1 parent 9642e45 commit efb4a59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/extra/language.hare.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
pkgs,
33
devshell,
44
runTest,
5-
}: {
5+
lib,
6+
}:
7+
lib.optionalArgs (!pkgs.hostPlatform.isDarwin) {
68
# Basic test
79
language-hare-1 = let
810
shell = devshell.mkShell {

0 commit comments

Comments
 (0)