diff --git a/flake.lock b/flake.lock index 1873a1c..4f9395d 100644 --- a/flake.lock +++ b/flake.lock @@ -8,17 +8,17 @@ "snowfall-lib": "snowfall-lib" }, "locked": { - "lastModified": 1718552769, - "narHash": "sha256-YDQZmTysqYmbHpGncm8sy5dKkpvG55zkq29lsd2y34U=", - "owner": "auxolotl", - "repo": "website", - "rev": "364973d984bdd8bd1f19fab7608e2bef0f126041", - "type": "github" + "lastModified": 1719954639, + "narHash": "sha256-ArI/s3l9KtyJOyzU6NvpWJCj42KNJeblk4hP/efTmMg=", + "ref": "refs/heads/main", + "rev": "131d0d01b566d0c3bdb7afe3b6e8fdfaadb4007d", + "revCount": 53, + "type": "git", + "url": "https://git.auxolotl.org/auxolotl/website" }, "original": { - "owner": "auxolotl", - "repo": "website", - "type": "github" + "type": "git", + "url": "https://git.auxolotl.org/auxolotl/website" } }, "deploy-rs": { diff --git a/flake.nix b/flake.nix index cf80b91..2e69ce7 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ }; auxolotl-website = { - url = "github:auxolotl/website"; + url = "git+https://git.auxolotl.org/auxolotl/website"; inputs.nixpkgs.follows = "nixpkgs"; };