From 607a32c86fef5ccea0c461cb582f11a2989b77bb Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Fri, 19 Oct 2007 19:15:48 +0000 Subject: [PATCH] Fixed typo in options.nix svn path=/nixos/trunk/; revision=9494 --- system/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/options.nix b/system/options.nix index 33e2fd87dbe5..aa2c207704e2 100644 --- a/system/options.nix +++ b/system/options.nix @@ -201,7 +201,7 @@ description = " Whether the Grub menu builder should copy kernels and initial ramdisks to /boot. This is necessary when /nix is on a - different file system than /. + different file system than /boot. "; }