Handle melpa new fetchers (sourcehut, codeberg)

This commit is contained in:
Osama Rebach
2022-09-12 01:53:14 +01:00
parent faa93c4e19
commit 9b3213ba99
@@ -103,6 +103,10 @@ return Promise to resolve in that process."
(url-hexify-string repo)
"/repository/archive.tar.gz?ref="
commit)))
("sourcehut" (list "nix-prefetch-url"
"--unpack" (concat "https://git.sr.ht/~" repo "/archive/" commit ".tar.gz")))
("codeberg" (list "nix-prefetch-url"
"--unpack" (concat "https://codeberg.org/" repo "/archive/" commit ".tar.gz")))
("bitbucket" (list "nix-prefetch-hg"
(concat "https://bitbucket.com/" repo) commit))
("hg" (list "nix-prefetch-hg"