diff --git a/flake.lock b/flake.lock index 5b20e28..f65732b 100644 --- a/flake.lock +++ b/flake.lock @@ -100,14 +100,14 @@ "systems": "systems_2" }, "locked": { - "lastModified": 1727370985, - "narHash": "sha256-dDUEMxoG3aaSDEoseVW7dapRnHIdgQkLQiFwPjo+dXQ=", - "path": "/home/firewatch/website", - "type": "path" + "lastModified": 1727382403, + "narHash": "sha256-ewGsUhNxIYv0g/a9GGa3cMlKXGgsSK14xgnr9JoT1zs=", + "type": "tarball", + "url": "https://git.gaze.systems/gazesys/website/releases/download/latest/source.tgz" }, "original": { - "path": "/home/firewatch/website", - "type": "path" + "type": "tarball", + "url": "https://git.gaze.systems/gazesys/website/releases/download/latest/source.tgz" } }, "conduit": { diff --git a/flake.nix b/flake.nix index e5d9720..a7aaf4b 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ helix.url = "github:helix-editor/helix"; - blog.url = "path:/home/firewatch/website"; + blog.url = "https://git.gaze.systems/gazesys/website/releases/download/latest/source.tgz"; blog.inputs.nixpkgs.follows = "nixpkgs"; bernbot.url = "github:yusdacra/bernbot";