nix flakes can access private repos with git+ssh (#444)
Sadly using ssh+git does not work. I tested this locally. See also: https://discourse.nixos.org/t/url-format-for-flake-over-git-ssh/7538/2
This commit is contained in:
parent
cb65b7b037
commit
66574582f2
|
@ -418,7 +418,7 @@ world. To use a private repo, your flake input URL should look something like
|
||||||
this:
|
this:
|
||||||
|
|
||||||
```
|
```
|
||||||
ssh+git://git@github.com:user/repo
|
git+ssh://git@github.com:user/repo
|
||||||
```
|
```
|
||||||
|
|
||||||
[I'm pretty sure you could use private git repos outside of flakes, however it
|
[I'm pretty sure you could use private git repos outside of flakes, however it
|
||||||
|
|
Loading…
Reference in New Issue