disable check

This commit is contained in:
Charlotte 🦝 Delenk 2023-05-22 12:28:01 +01:00
parent 5d340d7dc6
commit e335263047
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -61,4 +61,8 @@ in
installCheckPhase = "";
});
nodejs-16_x = prev.nodejs-18_x;
neomutt = prev.neomutt.overrideAttrs (super: {
doCheck = false;
doInstallCheck = false;
});
}