this repo has no description
4
fork

Configure Feed

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

update website

dawn 65d443af 3b13d24a

+9 -9
+4 -4
_sources/generated.json
··· 22 22 }, 23 23 "blog": { 24 24 "cargoLocks": null, 25 - "date": "2025-12-07", 25 + "date": "2025-12-10", 26 26 "extract": null, 27 27 "name": "blog", 28 28 "passthru": null, ··· 32 32 "fetchSubmodules": false, 33 33 "leaveDotGit": false, 34 34 "name": null, 35 - "rev": "ab573fb4fa69204bf3f891abb49205e6bf5b4c8f", 36 - "sha256": "sha256-Ee2NczojZbFfimKF51W6T0wCv3sNmdliPAKFetOJZ4I=", 35 + "rev": "16d0e0320c98e26c0f8fb6d1304cdb91edabd7ab", 36 + "sha256": "sha256-akB4VMXMIMi6F+VcRdP91AoDYQ8pWXk0b2jWbK6J8SQ=", 37 37 "sparseCheckout": [], 38 38 "type": "git", 39 39 "url": "https://tangled.org/@ptr.pet/endpoint" 40 40 }, 41 - "version": "ab573fb4fa69204bf3f891abb49205e6bf5b4c8f" 41 + "version": "16d0e0320c98e26c0f8fb6d1304cdb91edabd7ab" 42 42 }, 43 43 "clickee-proxy": { 44 44 "cargoLocks": null,
+4 -4
_sources/generated.nix
··· 15 15 }; 16 16 blog = { 17 17 pname = "blog"; 18 - version = "ab573fb4fa69204bf3f891abb49205e6bf5b4c8f"; 18 + version = "16d0e0320c98e26c0f8fb6d1304cdb91edabd7ab"; 19 19 src = fetchgit { 20 20 url = "https://tangled.org/@ptr.pet/endpoint"; 21 - rev = "ab573fb4fa69204bf3f891abb49205e6bf5b4c8f"; 21 + rev = "16d0e0320c98e26c0f8fb6d1304cdb91edabd7ab"; 22 22 fetchSubmodules = false; 23 23 deepClone = false; 24 24 leaveDotGit = false; 25 25 sparseCheckout = [ ]; 26 - sha256 = "sha256-Ee2NczojZbFfimKF51W6T0wCv3sNmdliPAKFetOJZ4I="; 26 + sha256 = "sha256-akB4VMXMIMi6F+VcRdP91AoDYQ8pWXk0b2jWbK6J8SQ="; 27 27 }; 28 - date = "2025-12-07"; 28 + date = "2025-12-10"; 29 29 }; 30 30 clickee-proxy = { 31 31 pname = "clickee-proxy";
+1 -1
hosts/trimounts/modules/website.nix
··· 11 11 }); 12 12 pkg = pkgs.callPackage "${inputs.blog}/nix" { 13 13 inherit PUBLIC_BASE_URL; 14 - gazesys-modules = modules; 14 + eunomia-modules = modules; 15 15 }; 16 16 port = 3003; 17 17 vhostConfig = {