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: remove unused code from nix drv

dusk 033543de 866b7f05

+1 -4
+1 -4
flake.nix
··· 50 50 51 51 src = ./.; 52 52 53 - nativeBuildInputs = [pkgs.makeBinaryWrapper pkgs.rsync]; 53 + nativeBuildInputs = [pkgs.makeBinaryWrapper]; 54 54 buildInputs = [pkgs.bun]; 55 - 56 - PUBLIC_BASE_URL="http://localhost:5173"; 57 - GUESTBOOK_BASE_URL="http://localhost:8080"; 58 55 59 56 # dontConfigure = true; 60 57 configurePhase = ''