build(nix): dont check dependencies derivation

This commit is contained in:
Yusuf Bera Ertan 2022-09-02 21:32:53 +03:00
parent 32d0da0539
commit 1c7b781b9e
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -84,6 +84,8 @@
NIX_GIT_TAG = tag;
};
veloren-voxygen-deps = oldAttrs: {
doCheck = false;
postConfigure = ''
${oldAttrs.postConfigure or ""}
${configMoldLinker}