Fix the flake URL format (#483)

Good old Nix changing things. I've also noted the branch format, since they hard-coded it to master by default.
This commit is contained in:
Jade Lovelace 2022-06-08 10:11:13 -07:00 committed by GitHub
parent 1bb8e9302c
commit 7bf1f82c90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ world. To use a private repo, your flake input URL should look something like
this:
```
git+ssh://git@github.com:user/repo
git+ssh://git@github.com/user/repo?ref=main
```
[I'm pretty sure you could use private git repos outside of flakes, however it