retic: disable doInstallCheck on everything

This commit is contained in:
Aaron Bieber 2024-10-01 20:22:37 -06:00
parent bf79d354c5
commit dced9e4976
No known key found for this signature in database

View File

@ -5,6 +5,7 @@ let
checkKill = p: (_: super: {
"${p}" = super."${p}".overrideAttrs (_: {
doCheck = false;
doInstallCheck = false;
});
});
in