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 modules hash

dusk aee000bf a1a4bcf8

+3 -3
+1 -1
nix/default.nix
··· 14 14 fileset = lib.fileset.unions [ 15 15 ../src 16 16 ../static 17 - ../bun.lockb 17 + ../bun.lock 18 18 ../package.json 19 19 ../postcss.config.js 20 20 ../svelte.config.js
+2 -2
nix/modules.nix
··· 9 9 src = lib.fileset.toSource { 10 10 root = ../.; 11 11 fileset = lib.fileset.unions [ 12 - ../bun.lockb 12 + ../bun.lock 13 13 ../package.json 14 14 ]; 15 15 }; 16 16 17 - outputHash = "sha256-wa4yMkpWjn6QdDQHdyX5xhPe56IV+xrI98AzKQbbdMs="; 17 + outputHash = "sha256-GlWxpVz/G3/8Fn/TrPhJIXgXs8k0ICKoeTGE2CBdx/A="; 18 18 outputHashAlgo = "sha256"; 19 19 outputHashMode = "recursive"; 20 20