WIP! A BB-style forum, on the ATmosphere! We're still working... we'll be back soon when we have something to show off!
node typescript hono htmx atproto
4
fork

Configure Feed

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

chore: hopefully fix hash cycles and zero it out once again

+7 -4
+7 -4
nix/package.nix
··· 3 3 stdenv, 4 4 nodejs_22, 5 5 pnpm_9, 6 + fetchPnpmDeps, 7 + pnpmConfigHook, 6 8 bash, 7 9 makeWrapper, 8 10 }: ··· 24 26 ]; 25 27 }; 26 28 27 - pnpmDeps = pnpm_9.fetchDeps { 29 + pnpmDeps = fetchPnpmDeps { 28 30 inherit (finalAttrs) pname version src; 29 - fetcherVersion = 1; 30 - hash = "sha256-l3HMsO8CBLjkBkBzK9so2O5eXxvBZz6tIqtOHZ1DU8U="; 31 + pnpm = pnpm_9; 32 + fetcherVersion = 3; 33 + hash = ""; 31 34 }; 32 35 33 36 nativeBuildInputs = [ 34 37 nodejs_22 35 - pnpm_9.configHook 38 + pnpmConfigHook 36 39 bash 37 40 makeWrapper 38 41 ];