build(nix): set veloren git tag and veloren git version variables in the development shell too

This commit is contained in:
Yusuf Bera Ertan 2024-01-01 12:48:43 +03:00
parent f7d9885723
commit 9190a40cbd
No known key found for this signature in database

View File

@ -124,6 +124,8 @@
if [ $? -ne 0 ]; then
exit 1
fi
export VELOREN_GIT_VERSION="${git.prettyRev}"
export VELOREN_GIT_TAG="${git.tag}"
'';
});