From 7f7eb341c856d223fd6b98ce16e9623c40236065 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Tue, 8 Nov 2011 15:51:39 +0000 Subject: [PATCH] Update the comment in the nixos-option generated configuration.nix in light of r30325 svn path=/nixos/trunk/; revision=30326 --- modules/installer/tools/nixos-option.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/installer/tools/nixos-option.sh b/modules/installer/tools/nixos-option.sh index 4b76f824c4c8..d53263280339 100644 --- a/modules/installer/tools/nixos-option.sh +++ b/modules/installer/tools/nixos-option.sh @@ -208,8 +208,7 @@ if $generate; then { require = [ # Include the configuration for part of your system which have been - # detected automatically. In addition, it includes the same - # configuration as the installation device that you used. + # detected automatically. ./hardware-configuration.nix ];