aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blog/nix-flakes-1-2022-02-21.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/nix-flakes-1-2022-02-21.markdown b/blog/nix-flakes-1-2022-02-21.markdown
index ae189e3..fd8da37 100644
--- a/blog/nix-flakes-1-2022-02-21.markdown
+++ b/blog/nix-flakes-1-2022-02-21.markdown
@@ -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