From eade772338e5b32b4adff316f50b05cbe1232afc Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 28 May 2010 11:21:40 +0000 Subject: [PATCH] * Don't show the contents of linuxPackages in the manual. svn path=/nixos/trunk/; revision=22044 --- modules/system/boot/kernel.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/system/boot/kernel.nix b/modules/system/boot/kernel.nix index 99941c63a70..742ce3f223d 100644 --- a/modules/system/boot/kernel.nix +++ b/modules/system/boot/kernel.nix @@ -12,6 +12,9 @@ let kernel = config.boot.kernelPackages.kernel; in boot.kernelPackages = mkOption { default = pkgs.linuxPackages; + # We don't want to evaluate all of linuxPackages for the manual + # - some of it might not even evaluate correctly. + defaultText = "pkgs.linuxPackages"; example = "pkgs.linuxPackages_2_6_25"; description = '' This option allows you to override the Linux kernel used by