this repo has no description
4
fork

Configure Feed

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

update wisp random

dawn 7ed8beac 4a88226b

+9 -9
+4 -4
_sources/generated.json
··· 186 186 }, 187 187 "hydrant": { 188 188 "cargoLock": null, 189 - "date": "2026-03-20", 189 + "date": "2026-03-27", 190 190 "extract": null, 191 191 "name": "hydrant", 192 192 "passthru": null, ··· 196 196 "fetchSubmodules": false, 197 197 "leaveDotGit": false, 198 198 "name": null, 199 - "rev": "6d735f195277af2f8d6ed6e86590a2027db2c7d4", 200 - "sha256": "sha256-aJAVAtXy5QII/GmXQwAvT/g9K4TogTUNXoY8PgyBgJI=", 199 + "rev": "b4880fe5ebed0ffdb770edefbf8feba841d6d82d", 200 + "sha256": "sha256-nHl6ESriB2lhhiDK75ob/q5BHRpowy1WrHyHPKdUQDI=", 201 201 "sparseCheckout": [], 202 202 "type": "git", 203 203 "url": "https://tangled.org/@ptr.pet/hydrant" 204 204 }, 205 - "version": "6d735f195277af2f8d6ed6e86590a2027db2c7d4" 205 + "version": "b4880fe5ebed0ffdb770edefbf8feba841d6d82d" 206 206 }, 207 207 "limbusart": { 208 208 "cargoLock": null,
+4 -4
_sources/generated.nix
··· 124 124 }; 125 125 hydrant = { 126 126 pname = "hydrant"; 127 - version = "6d735f195277af2f8d6ed6e86590a2027db2c7d4"; 127 + version = "b4880fe5ebed0ffdb770edefbf8feba841d6d82d"; 128 128 src = fetchgit { 129 129 url = "https://tangled.org/@ptr.pet/hydrant"; 130 - rev = "6d735f195277af2f8d6ed6e86590a2027db2c7d4"; 130 + rev = "b4880fe5ebed0ffdb770edefbf8feba841d6d82d"; 131 131 fetchSubmodules = false; 132 132 deepClone = false; 133 133 leaveDotGit = false; 134 134 sparseCheckout = [ ]; 135 - sha256 = "sha256-aJAVAtXy5QII/GmXQwAvT/g9K4TogTUNXoY8PgyBgJI="; 135 + sha256 = "sha256-nHl6ESriB2lhhiDK75ob/q5BHRpowy1WrHyHPKdUQDI="; 136 136 }; 137 - date = "2026-03-20"; 137 + date = "2026-03-27"; 138 138 }; 139 139 limbusart = { 140 140 pname = "limbusart";
+1 -1
hosts/trimounts/modules/wisp-random.nix
··· 25 25 PORT = toString port; 26 26 WISP_API_URL = "https://wisp.place"; 27 27 HYDRANT_BIN = "${terra.hydrant}/bin/hydrant"; 28 - CURSOR = "0"; 28 + # CURSOR = "0"; 29 29 }; 30 30 31 31 serviceConfig = rec {