summary refs log tree commit diff
path: root/nixos/modules/misc
diff options
context:
space:
mode:
authorAnders Papitto <anderspapitto@gmail.com>2015-12-26 10:38:17 -0800
committerAnders Papitto <anderspapitto@gmail.com>2015-12-26 10:38:17 -0800
commitbbcc08cb30ff8ec21b39a58344e3c1171e09f454 (patch)
tree3acb879ec3b012182acd8290375920c5901f212e /nixos/modules/misc
parent6878b2b21ded9e29e55ea7a3c564715877692e58 (diff)
downloadnixlib-bbcc08cb30ff8ec21b39a58344e3c1171e09f454.tar
nixlib-bbcc08cb30ff8ec21b39a58344e3c1171e09f454.tar.gz
nixlib-bbcc08cb30ff8ec21b39a58344e3c1171e09f454.tar.bz2
nixlib-bbcc08cb30ff8ec21b39a58344e3c1171e09f454.tar.lz
nixlib-bbcc08cb30ff8ec21b39a58344e3c1171e09f454.tar.xz
nixlib-bbcc08cb30ff8ec21b39a58344e3c1171e09f454.tar.zst
nixlib-bbcc08cb30ff8ec21b39a58344e3c1171e09f454.zip
NixOS manual: fix typo
Diffstat (limited to 'nixos/modules/misc')
-rw-r--r--nixos/modules/misc/nixos.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/misc/nixos.xml b/nixos/modules/misc/nixos.xml
index f8d3b4bc6e33..064bdd80b3c9 100644
--- a/nixos/modules/misc/nixos.xml
+++ b/nixos/modules/misc/nixos.xml
@@ -35,7 +35,7 @@ nixos.path = ./nixpkgs-16-03/nixos;
 
 <para>Another option is to fetch a specific version of NixOS, with either
 the <literal>fetchTarball</literal> builtin, or the
-<literal>pkgs.fetchFromGithub</literal> function and use the result as an
+<literal>pkgs.fetchFromGitHub</literal> function and use the result as an
 input.
 
 <programlisting>