feat: use blog tarball

This commit is contained in:
dusk 2024-09-26 23:28:02 +03:00
parent f2bd0a43ec
commit e49b560d6b
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw
2 changed files with 7 additions and 7 deletions

View File

@ -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": {

View File

@ -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";