From 7d9644f725d3af23a3c4302d2eebf115c2a7f942 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 28 May 2010 11:24:41 +0000 Subject: [PATCH] svn path=/nixos/trunk/; revision=22045 --- modules/config/system-path.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/config/system-path.nix b/modules/config/system-path.nix index 036d77b1e8d..4a22aabc946 100644 --- a/modules/config/system-path.nix +++ b/modules/config/system-path.nix @@ -8,6 +8,7 @@ with pkgs.lib; let cfg = config.environment; + requiredPackages = [ config.system.sbin.modprobe # must take precedence over module_init_tools config.system.sbin.mount # must take precedence over util-linux @@ -64,7 +65,7 @@ let systemPackages = mkOption { default = []; - example = [pkgs.icecat3 pkgs.thunderbird]; + example = "[ pkgs.icecat3 pkgs.thunderbird ]"; description = '' The set of packages that appear in /var/run/current-system/sw. These packages are