From cb13ca766d25b3f85d8f03969ebda21adcc3308e Mon Sep 17 00:00:00 2001
From: dusk <y.bera003.06@protonmail.com>
Date: Fri, 7 Feb 2025 06:33:53 +0900
Subject: [PATCH] chore: update website

---
 flake.lock | 16 ++++++++++------
 flake.nix  |  2 +-
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/flake.lock b/flake.lock
index 159e8af..d853cab 100644
--- a/flake.lock
+++ b/flake.lock
@@ -77,14 +77,18 @@
         "systems": "systems_2"
       },
       "locked": {
-        "lastModified": 1737049415,
-        "narHash": "sha256-T6Vl8QdyVZBfEPF0kDuH7UsiCBkqq/8w0QA4T8uHM0Y=",
-        "type": "tarball",
-        "url": "https://git.gaze.systems/gazesys/website/releases/download/latest/source.tgz"
+        "lastModified": 1738876055,
+        "narHash": "sha256-gdVOEsgbn9ygUi2diZTHGCjfzDlTtzLc88woTCIKg7U=",
+        "ref": "refs/tags/latest",
+        "rev": "3d5d808c9a07ba309f08f237b17e7531cc8ee135",
+        "revCount": 333,
+        "type": "git",
+        "url": "https://git.gaze.systems/gazesys/website.git"
       },
       "original": {
-        "type": "tarball",
-        "url": "https://git.gaze.systems/gazesys/website/releases/download/latest/source.tgz"
+        "ref": "refs/tags/latest",
+        "type": "git",
+        "url": "https://git.gaze.systems/gazesys/website.git"
       }
     },
     "crane": {
diff --git a/flake.nix b/flake.nix
index 195ba56..c159687 100644
--- a/flake.nix
+++ b/flake.nix
@@ -23,7 +23,7 @@
 
     helix.url = "github:helix-editor/helix";
 
-    blog.url = "https://git.gaze.systems/gazesys/website/releases/download/latest/source.tgz";
+    blog.url = "git+https://git.gaze.systems/gazesys/website.git?ref=refs/tags/latest";
     blog.inputs.nixpkgs.follows = "nixpkgs";
 
     bernbot.url = "github:yusdacra/bernbot";