Build Garage with Nix

This commit is contained in:
Quentin Dufour
2021-10-04 18:27:57 +02:00
parent 1acf7e4c66
commit dc017a0cab
23 changed files with 4007 additions and 136 deletions
+2 -2
View File
@@ -423,11 +423,11 @@ impl AdminRpcHandler {
writeln!(
&mut ret,
"\nGarage version: {}",
git_version::git_version!(
option_env!("GIT_VERSION").unwrap_or(git_version::git_version!(
prefix = "git:",
cargo_prefix = "cargo:",
fallback = "unknown"
)
))
)
.unwrap();