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): pass no-cache to bun to fix determinism issue

dusk 62e5621e b3c925ba

+2 -2
+2 -2
flake.nix
··· 35 35 36 36 src = ./.; 37 37 38 - outputHash = "sha256-15flT7x7ILCKA3+VJYuXu7JlZGCFpa0A+dLS9M6EaEU="; 38 + outputHash = "sha256-9SWKDZ1IlsHrcZy1eqYk9cTFTugoIhpF/biJ5cgHcyY="; 39 39 outputHashAlgo = "sha256"; 40 40 outputHashMode = "recursive"; 41 41 ··· 45 45 # impureEnvVars = pkgs.lib.fetchers.proxyImpureEnvVars 46 46 # ++ [ "GIT_PROXY_COMMAND" "SOCKS_SERVER" ]; 47 47 48 - buildPhase = "bun install --no-progress --frozen-lockfile"; 48 + buildPhase = "bun install --no-cache --no-progress --frozen-lockfile"; 49 49 installPhase = "mv node_modules $out"; 50 50 }; 51 51 packages.gazesys = pkgs.stdenv.mkDerivation {