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): update nix package to not copy node_modules [skip ci]

dusk 7621b843 e46aa090

+1 -2
+1 -2
flake.nix
··· 87 87 runHook preInstall 88 88 89 89 mkdir -p $out/bin 90 - cp -R --no-preserve=ownership node_modules $out 91 90 cp -R ./build/* $out 92 91 93 92 makeBinaryWrapper ${pkgs.bun}/bin/bun $out/bin/${packageJson.name} \ 94 93 --prefix PATH : ${pkgs.lib.makeBinPath [ pkgs.bun ]} \ 95 - --add-flags "run --prefer-offline --no-install --cwd $out start" 94 + --add-flags "run --bun --no-install --cwd $out start" 96 95 97 96 runHook postInstall 98 97 '';