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

Configure Feed

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

Merge branch 'svelte' of git.gaze.systems:gazesys/website into svelte

dusk 9943a8e0 b5d3b90b

+1 -38
-37
flake.lock
··· 1 1 { 2 2 "nodes": { 3 - "flake-utils": { 4 - "locked": { 5 - "lastModified": 1667395993, 6 - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", 7 - "owner": "numtide", 8 - "repo": "flake-utils", 9 - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", 10 - "type": "github" 11 - }, 12 - "original": { 13 - "owner": "numtide", 14 - "repo": "flake-utils", 15 - "type": "github" 16 - } 17 - }, 18 3 "naked-shell": { 19 4 "locked": { 20 5 "lastModified": 1681286841, ··· 81 66 "naked-shell": "naked-shell", 82 67 "nixpkgs": "nixpkgs", 83 68 "parts": "parts", 84 - "sbt-derivation": "sbt-derivation", 85 69 "systems": "systems" 86 - } 87 - }, 88 - "sbt-derivation": { 89 - "inputs": { 90 - "flake-utils": "flake-utils", 91 - "nixpkgs": [ 92 - "nixpkgs" 93 - ] 94 - }, 95 - "locked": { 96 - "lastModified": 1698464090, 97 - "narHash": "sha256-Pnej7WZIPomYWg8f/CZ65sfW85IfIUjYhphMMg7/LT0=", 98 - "owner": "zaninime", 99 - "repo": "sbt-derivation", 100 - "rev": "6762cf2c31de50efd9ff905cbcc87239995a4ef9", 101 - "type": "github" 102 - }, 103 - "original": { 104 - "owner": "zaninime", 105 - "repo": "sbt-derivation", 106 - "type": "github" 107 70 } 108 71 }, 109 72 "systems": {
+1 -1
flake.nix
··· 35 35 36 36 src = ./.; 37 37 38 - outputHash = "sha256-kP4m6ztiTcs0rMV2EjhjHjCbv3uVLbQg6SSYpU+yzIA="; 38 + outputHash = "sha256-tWRH9us6kuDQ//iBfikCcUOcAa18CzKPexdG95o2PkA="; 39 39 outputHashAlgo = "sha256"; 40 40 outputHashMode = "recursive"; 41 41