Page MenuHomePhorge

blob.nix
No OneTemporary

Size
561 B
Referenced Files
None
Subscribers
None

blob.nix

{ stdenv
, lib
, rustPlatform
, fetchFromGitHub
, protobuf_3_15_cmake
, darwin
}:
rustPlatform.buildRustPackage rec {
pname = "blob";
version = "0.0.1";
src = ../services/blob;
cargoLock.lockFile = ../services/blob/Cargo.lock;
prePatch = ''
mkdir ../../shared
cp -r ${../shared/protos} ../../shared/protos
'';
nativeBuildInputs = [
protobuf_3_15_cmake
];
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security
darwin.libiconv
];
meta = with lib; {
license = licenses.bsd3;
};
}

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 7, 4:27 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5693323
Default Alt Text
blob.nix (561 B)

Event Timeline