stuff
This commit is contained in:

committed by
Shelvacu on nix-on-droid

parent
7cc4a48bff
commit
4d689b6534
20
packages/garage-kv-client/package.nix
Normal file
20
packages/garage-kv-client/package.nix
Normal 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";
|
||||
}
|
Reference in New Issue
Block a user