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:
Martin Schwaighofer 2022-03-26 19:30:54 +01:00 committed by GitHub
parent cb65b7b037
commit 66574582f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ world. To use a private repo, your flake input URL should look something like
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