fix(nixos): write to config.temp.toml if config.toml is unwriteable

This commit is contained in:
2025-12-19 00:19:26 +03:00
parent 9be0a159ea
commit 2d653834a5
3 changed files with 135 additions and 15 deletions

View File

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