build(nix): dont try to compile i18n-check binary

This commit is contained in:
Yusuf Bera Ertan 2021-06-13 19:17:37 +03:00
parent fd480fdfbc
commit ffad3a5f66
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -69,6 +69,9 @@
veloren-client = oldAttrs: {
crateBin = lib.filter (bin: bin.name != "bot") oldAttrs.crateBin;
};
veloren-i18n = oldAttrs: {
crateBin = lib.filter (bin: bin.name != "i18n-check") oldAttrs.crateBin;
};
veloren-common = oldAttrs: {
# Disable `git-lfs` check here since we check it ourselves
# We have to include the command output here, otherwise Nix won't run it