pkgs/redlib: disable checks

This commit is contained in:
NullBite 2025-02-05 00:36:13 +00:00
parent b29f0a9479
commit 36befa8966

View File

@ -61,6 +61,8 @@ rustPlatform.buildRustPackage rec {
GIT_HASH=src.rev;
};
doCheck = false;
passthru.tests = {
inherit (nixosTests) redlib;
};