Our Personal Data Server from scratch! tranquil.farm
pds rust database fun oauth atproto
217
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(nix): add protobuf for spqr

authored by

teq and committed by tangled.org d37f38e4 282f08f2

+2
+2
default.nix
··· 3 3 rustPlatform, 4 4 pkg-config, 5 5 openssl, 6 + protobuf, 6 7 }: let 7 8 toml = (lib.importTOML ./Cargo.toml).workspace.package; 8 9 in rustPlatform.buildRustPackage { ··· 24 25 25 26 nativeBuildInputs = [ 26 27 pkg-config 28 + protobuf 27 29 ]; 28 30 29 31 buildInputs = [