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.

build(nix): add hash for axum-tws

dusk 90e4de63 c2a22b18

+6 -1
+6 -1
nix/server.nix
··· 8 8 9 9 src = ../server; 10 10 11 - cargoLock.lockFile = ../server/Cargo.lock; 11 + cargoLock = { 12 + lockFile = ../server/Cargo.lock; 13 + outputHashes = { 14 + "axum-tws-0.5.0" = "sha256-29LqmGmXRw4wcia4S9ht+WABi/TN3Ws68kMEm97NyjQ="; 15 + }; 16 + }; 12 17 }