diff --git a/flake.lock b/flake.lock index 01c3fab..e610377 100644 --- a/flake.lock +++ b/flake.lock @@ -55,17 +55,15 @@ ] }, "locked": { - "lastModified": 1747612894, - "narHash": "sha256-N29FhzsjUBnx0gGVbwdB01xHeS2vBYnbt43Kl9QxjZ0=", - "ref": "refs/heads/main", - "rev": "38f08843182da8b78a6f8513eba550625426c44b", - "revCount": 80, - "type": "git", - "url": "https://git.uku3lig.net/uku/camasca" + "lastModified": 1748217704, + "narHash": "sha256-3GiWFIUp7zokUM1UmRUw2UFv7NDnPuQ7RS3KUUJpEKs=", + "rev": "093a74f77b4173c77dcecb3ee75a465e1e376ea5", + "type": "tarball", + "url": "https://git.uku3lig.net/api/v1/repos/uku/camasca/archive/093a74f77b4173c77dcecb3ee75a465e1e376ea5.tar.gz" }, "original": { - "type": "git", - "url": "https://git.uku3lig.net/uku/camasca" + "type": "tarball", + "url": "https://git.uku3lig.net/uku/camasca/archive/main.tar.gz" } }, "crane": { diff --git a/flake.nix b/flake.nix index 8b1b859..3f3d021 100644 --- a/flake.nix +++ b/flake.nix @@ -60,7 +60,7 @@ nixpkgs.url = "https://uku.moe/unstable.tar.xz"; camasca = { - url = "git+https://git.uku3lig.net/uku/camasca"; + url = "https://git.uku3lig.net/uku/camasca/archive/main.tar.gz"; inputs.nixpkgs.follows = "nixpkgs"; };