Skip to content

Commit

Permalink
Don't test on MacOS
Browse files Browse the repository at this point in the history
See #256,
there are precision issues on macs.
  • Loading branch information
turion committed Mar 10, 2023
1 parent 384575e commit 76d6e9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@
};

cabal2nixOptions = "--benchmark";

overrides = _ : _: {
doCheck = system == "x86_64-linux";
};
};

iHaskell = pkgs.kernels.iHaskellWith {
Expand Down

0 comments on commit 76d6e9d

Please sign in to comment.