chore(flake): switch camasca to tarball

This commit is contained in:
uku 2025-05-26 17:51:02 +02:00
parent 65dc383cc9
commit ee812d7d2d
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 8 additions and 10 deletions

16
flake.lock generated
View file

@ -55,17 +55,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1747612894, "lastModified": 1748217704,
"narHash": "sha256-N29FhzsjUBnx0gGVbwdB01xHeS2vBYnbt43Kl9QxjZ0=", "narHash": "sha256-3GiWFIUp7zokUM1UmRUw2UFv7NDnPuQ7RS3KUUJpEKs=",
"ref": "refs/heads/main", "rev": "093a74f77b4173c77dcecb3ee75a465e1e376ea5",
"rev": "38f08843182da8b78a6f8513eba550625426c44b", "type": "tarball",
"revCount": 80, "url": "https://git.uku3lig.net/api/v1/repos/uku/camasca/archive/093a74f77b4173c77dcecb3ee75a465e1e376ea5.tar.gz"
"type": "git",
"url": "https://git.uku3lig.net/uku/camasca"
}, },
"original": { "original": {
"type": "git", "type": "tarball",
"url": "https://git.uku3lig.net/uku/camasca" "url": "https://git.uku3lig.net/uku/camasca/archive/main.tar.gz"
} }
}, },
"crane": { "crane": {

View file

@ -60,7 +60,7 @@
nixpkgs.url = "https://uku.moe/unstable.tar.xz"; nixpkgs.url = "https://uku.moe/unstable.tar.xz";
camasca = { camasca = {
url = "git+https://git.uku3lig.net/uku/camasca"; url = "https://git.uku3lig.net/uku/camasca/archive/main.tar.gz";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };