diff options
| author | Jade Lovelace <software@lfcode.ca> | 2022-06-08 10:11:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-08 13:11:13 -0400 |
| commit | 7bf1f82c909899cfbe3246a70cbb842f416ab383 (patch) | |
| tree | 6df9c98bec130d8e84bfde742447820817346afb | |
| parent | 1bb8e9302cd203e66b4a585fd6c6d0a47b005194 (diff) | |
| download | xesite-7bf1f82c909899cfbe3246a70cbb842f416ab383.tar.xz xesite-7bf1f82c909899cfbe3246a70cbb842f416ab383.zip | |
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.
| -rw-r--r-- | blog/nix-flakes-1-2022-02-21.markdown | 2 |
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 |
