data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

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

build(nix): wip

dusk e8fa8f7b fb2ffbf6

+2 -2
+1 -1
nix/default.nix
··· 52 52 53 53 makeBinaryWrapper ${bun}/bin/bun $out/bin/website \ 54 54 --prefix PATH : ${lib.makeBinPath [ bun ]} \ 55 - --add-flags "run --bun --no-install --cwd $out start" 55 + --add-flags "run --bun --cwd $out start" 56 56 57 57 runHook postInstall 58 58 '';
+1 -1
nix/modules.nix
··· 14 14 ]; 15 15 }; 16 16 17 - outputHash = "sha256-CO0bFv5WbNBSgucHCb+I9kIZEkh6QqWngRra0luMtSI="; 17 + outputHash = ""; 18 18 outputHashAlgo = "sha256"; 19 19 outputHashMode = "recursive"; 20 20