mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
libfetchers/git: support ipld://
This commit is contained in:
parent
9745d517e8
commit
6281f78ce2
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ struct GitInputScheme : InputScheme
|
||||||
url.scheme != "git+http" &&
|
url.scheme != "git+http" &&
|
||||||
url.scheme != "git+https" &&
|
url.scheme != "git+https" &&
|
||||||
url.scheme != "git+ssh" &&
|
url.scheme != "git+ssh" &&
|
||||||
|
url.scheme != "git+ipld" &&
|
||||||
url.scheme != "git+file") return {};
|
url.scheme != "git+file") return {};
|
||||||
|
|
||||||
auto url2(url);
|
auto url2(url);
|
||||||
|
|
Loading…
Reference in a new issue