From bbcc08cb30ff8ec21b39a58344e3c1171e09f454 Mon Sep 17 00:00:00 2001 From: Anders Papitto Date: Sat, 26 Dec 2015 10:38:17 -0800 Subject: [PATCH] NixOS manual: fix typo --- nixos/modules/misc/nixos.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; Another option is to fetch a specific version of NixOS, with either the fetchTarball builtin, or the -pkgs.fetchFromGithub function and use the result as an +pkgs.fetchFromGitHub function and use the result as an input.