this repo has no description
4
fork

Configure Feed

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

chore: update website

dusk cb13ca76 0ab083a4

+11 -7
+10 -6
flake.lock
··· 77 77 "systems": "systems_2" 78 78 }, 79 79 "locked": { 80 - "lastModified": 1737049415, 81 - "narHash": "sha256-T6Vl8QdyVZBfEPF0kDuH7UsiCBkqq/8w0QA4T8uHM0Y=", 82 - "type": "tarball", 83 - "url": "https://git.gaze.systems/gazesys/website/releases/download/latest/source.tgz" 80 + "lastModified": 1738876055, 81 + "narHash": "sha256-gdVOEsgbn9ygUi2diZTHGCjfzDlTtzLc88woTCIKg7U=", 82 + "ref": "refs/tags/latest", 83 + "rev": "3d5d808c9a07ba309f08f237b17e7531cc8ee135", 84 + "revCount": 333, 85 + "type": "git", 86 + "url": "https://git.gaze.systems/gazesys/website.git" 84 87 }, 85 88 "original": { 86 - "type": "tarball", 87 - "url": "https://git.gaze.systems/gazesys/website/releases/download/latest/source.tgz" 89 + "ref": "refs/tags/latest", 90 + "type": "git", 91 + "url": "https://git.gaze.systems/gazesys/website.git" 88 92 } 89 93 }, 90 94 "crane": {
+1 -1
flake.nix
··· 23 23 24 24 helix.url = "github:helix-editor/helix"; 25 25 26 - blog.url = "https://git.gaze.systems/gazesys/website/releases/download/latest/source.tgz"; 26 + blog.url = "git+https://git.gaze.systems/gazesys/website.git?ref=refs/tags/latest"; 27 27 blog.inputs.nixpkgs.follows = "nixpkgs"; 28 28 29 29 bernbot.url = "github:yusdacra/bernbot";