tracks lexicons and how many times they appeared on the jetstream
3
fork

Configure Feed

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

at 9da170a1b25fa1614cafe5c5bcb47e4c89cc9abf 20 lines 344 B view raw
1{ 2 rustPlatform, 3 cmake, 4 ... 5}: 6rustPlatform.buildRustPackage { 7 pname = "nsid-tracker-server"; 8 version = "main"; 9 10 src = ../server; 11 12 nativeBuildInputs = [ cmake ]; 13 14 cargoLock = { 15 lockFile = ../server/Cargo.lock; 16 outputHashes = { 17 "axum-tws-0.5.0" = "sha256-29LqmGmXRw4wcia4S9ht+WABi/TN3Ws68kMEm97NyjQ="; 18 }; 19 }; 20}