urgent nix patch

This commit is contained in:
Micah Kendall
2023-05-20 06:24:20 +08:00
committed by Lucas
parent 709d10d000
commit ccb2d0b7ee

View File

@@ -66,6 +66,6 @@ fn version() -> String {
format!(
"v{} {}",
built_info::PKG_VERSION,
built_info::GIT_COMMIT_HASH_SHORT.unwrap()
built_info::GIT_COMMIT_HASH_SHORT.unwrap_or("unknown")
)
}