We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346ab73 commit 6d128e9Copy full SHA for 6d128e9
shell.nix
@@ -35,6 +35,7 @@
35
url = builtins.replaceStrings [ pkgs.openssl.version ] [ "3.5.4" ] pkgs.openssl.src.url;
36
hash = "sha256-lnMR+ElVMWlpvbHY1LmDcY70IzhjnGIexMNP3e81Xpk=";
37
};
38
+ doCheck = !pkgs.stdenv.buildPlatform.isDarwin;
39
40
},
41
ccache ? pkgs.ccache,
0 commit comments