build(nix): disable check for server cli

This commit is contained in:
Yusuf Bera Ertan 2022-09-03 08:00:06 +03:00
parent 19021e6d80
commit 8d3b8f444b
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -155,6 +155,8 @@
(oldAttrs.nativeBuildInputs or [])
++ [pkgs.makeWrapper];
doCheck = false;
postConfigure = ''
${oldAttrs.postConfigure or ""}
${configMoldLinker}