fix missing XDG_DATA_DIRS on NixOS

This commit is contained in:
2025-12-18 00:11:55 +03:00
parent 0acb36445f
commit 4c0502d8ee
2 changed files with 11 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
namespace clrsync::core
{
const std::string GIT_SEMVER = "0.1.5+git.gb98761a";
const std::string GIT_SEMVER = "0.1.5+git.g0acb364";
const std::string version_string();
} // namespace clrsync::core