forked from cadey/xesite
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:
parent
1bb8e9302c
commit
7bf1f82c90
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue