From e49b560d6b1f2612ed27070b49d8a43d038532c4 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Thu, 26 Sep 2024 23:28:02 +0300 Subject: [PATCH] feat: use blog tarball --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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";