This commit is contained in:
Shelvacu
2025-08-04 14:38:39 -07:00
committed by Shelvacu on nix-on-droid
parent 7cc4a48bff
commit 4d689b6534

View File

@@ -0,0 +1,20 @@
{
lib,
stdenv,
rustPlatform,
fetchFromGitea,
openssl,
pkg-config,
protobuf,
cacert,
nixosTests,
garage_2
}:
rustPlatform.buildRustPackage {
pname = "garage-kv-client";
version = "0.0.4";
inherit (garage_2) src cargoHash cargoPatches;
buildAndTestSubdir = "src/k2v-client";
}