nim: disable checks on darwin
These time out for some reason: https://hydra.nixos.org/job/nixpkgs/trunk/nim.x86_64-darwin
This commit is contained in:
parent
75a006c32e
commit
469cca0ac7
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "45c74adb35f08dfa9add1112ae17330e5d902ebb4a36e7046caee8b79e6f3bd0";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user