diff --git a/blog/nix-flakes-1-2022-02-21.markdown b/blog/nix-flakes-1-2022-02-21.markdown index 9bcc0dd..ae87f3d 100644 --- a/blog/nix-flakes-1-2022-02-21.markdown +++ b/blog/nix-flakes-1-2022-02-21.markdown @@ -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