mirror of
https://github.com/NixOS/nix.git
synced 2024-11-30 02:32:26 +00:00
docs: Fix a typo in github in an example
(cherry picked from commit 92ede15dd9
)
This commit is contained in:
parent
ceddbc921f
commit
ff7fcd3805
@ -436,7 +436,7 @@ stdenv.mkDerivation { … }
|
||||
<example>
|
||||
<title>Fetching an arbitrary ref</title>
|
||||
<programlisting>builtins.fetchGit {
|
||||
url = "https://gitub.com/NixOS/nix.git";
|
||||
url = "https://github.com/NixOS/nix.git";
|
||||
ref = "refs/heads/0.5-release";
|
||||
}</programlisting>
|
||||
</example>
|
||||
|
Loading…
Reference in New Issue
Block a user