Update the comment in the nixos-option generated configuration.nix in light of r30325

svn path=/nixos/trunk/; revision=30326
This commit is contained in:
Shea Levy 2011-11-08 15:51:39 +00:00
parent a76fe106e7
commit 7f7eb341c8
1 changed files with 1 additions and 2 deletions

View File

@ -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
];