disable check
This commit is contained in:
parent
5d340d7dc6
commit
e335263047
1 changed files with 4 additions and 0 deletions
|
@ -61,4 +61,8 @@ in
|
|||
installCheckPhase = "";
|
||||
});
|
||||
nodejs-16_x = prev.nodejs-18_x;
|
||||
neomutt = prev.neomutt.overrideAttrs (super: {
|
||||
doCheck = false;
|
||||
doInstallCheck = false;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue