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): remove impure env vars why was it there

dusk b9c90493 c9284f1d

+3 -3
+3 -3
flake.nix
··· 35 35 36 36 src = ./.; 37 37 38 - outputHash = "sha256-ExuLin74KXUalYRy7OtATrkqhuUTsW/DOJwap8U/xNc="; 38 + outputHash = "sha256-15flT7x7ILCKA3+VJYuXu7JlZGCFpa0A+dLS9M6EaEU="; 39 39 outputHashAlgo = "sha256"; 40 40 outputHashMode = "recursive"; 41 41 42 42 nativeBuildInputs = with pkgs; [bun]; 43 43 44 44 dontConfigure = true; 45 - impureEnvVars = pkgs.lib.fetchers.proxyImpureEnvVars 46 - ++ [ "GIT_PROXY_COMMAND" "SOCKS_SERVER" ]; 45 + # impureEnvVars = pkgs.lib.fetchers.proxyImpureEnvVars 46 + # ++ [ "GIT_PROXY_COMMAND" "SOCKS_SERVER" ]; 47 47 48 48 buildPhase = "bun install --no-progress --frozen-lockfile"; 49 49 installPhase = "mv node_modules $out";