Skip to content

Commit

Permalink
disable hare on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jul 25, 2024
1 parent 9642e45 commit 756f58b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/extra/language.hare.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
pkgs,
devshell,
runTest,
}: {
}:
pkgs.lib.optionalAttrs (!pkgs.hostPlatform.isDarwin) {
# Basic test
language-hare-1 = let
shell = devshell.mkShell {
Expand Down

0 comments on commit 756f58b

Please sign in to comment.