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
No known key found for this signature in database
GPG key ID: 18DAE600A6BBE705

View file

@ -52,6 +52,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
env = {
ZSTD_SYS_USE_PKG_CONFIG = true;
VERGEN_GIT_DESCRIBE = finalAttrs.version;
};
buildNoDefaultFeatures = true;