this repo has no description
4
fork

Configure Feed

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

feat: use blog tarball

+7 -7
+6 -6
flake.lock
··· 100 100 "systems": "systems_2" 101 101 }, 102 102 "locked": { 103 - "lastModified": 1727370985, 104 - "narHash": "sha256-dDUEMxoG3aaSDEoseVW7dapRnHIdgQkLQiFwPjo+dXQ=", 105 - "path": "/home/firewatch/website", 106 - "type": "path" 103 + "lastModified": 1727382403, 104 + "narHash": "sha256-ewGsUhNxIYv0g/a9GGa3cMlKXGgsSK14xgnr9JoT1zs=", 105 + "type": "tarball", 106 + "url": "https://git.gaze.systems/gazesys/website/releases/download/latest/source.tgz" 107 107 }, 108 108 "original": { 109 - "path": "/home/firewatch/website", 110 - "type": "path" 109 + "type": "tarball", 110 + "url": "https://git.gaze.systems/gazesys/website/releases/download/latest/source.tgz" 111 111 } 112 112 }, 113 113 "conduit": {
+1 -1
flake.nix
··· 23 23 24 24 helix.url = "github:helix-editor/helix"; 25 25 26 - blog.url = "path:/home/firewatch/website"; 26 + blog.url = "https://git.gaze.systems/gazesys/website/releases/download/latest/source.tgz"; 27 27 blog.inputs.nixpkgs.follows = "nixpkgs"; 28 28 29 29 bernbot.url = "github:yusdacra/bernbot";