matrix-authentication-service: set VERGEN_GIT_DESCRIBE

This commit is contained in:
teutat3s
2025-05-13 09:34:58 +02:00
parent 201b0e24e0
commit 0cafd7cef7
@@ -52,6 +52,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
env = {
ZSTD_SYS_USE_PKG_CONFIG = true;
VERGEN_GIT_DESCRIBE = finalAttrs.version;
};
buildNoDefaultFeatures = true;