diff --git a/flake.nix b/flake.nix index ded4279..847a3c8 100644 --- a/flake.nix +++ b/flake.nix @@ -64,6 +64,8 @@ nativeBuildInputs = [ pkgs.pkg-config ]; buildInputs = [ pkgs.openssl ]; + + doCheck = false; }; } );