svn path=/nixos/trunk/; revision=22045
This commit is contained in:
parent
eade772338
commit
7d9644f725
@ -8,6 +8,7 @@ with pkgs.lib;
|
|||||||
let
|
let
|
||||||
|
|
||||||
cfg = config.environment;
|
cfg = config.environment;
|
||||||
|
|
||||||
requiredPackages =
|
requiredPackages =
|
||||||
[ config.system.sbin.modprobe # must take precedence over module_init_tools
|
[ config.system.sbin.modprobe # must take precedence over module_init_tools
|
||||||
config.system.sbin.mount # must take precedence over util-linux
|
config.system.sbin.mount # must take precedence over util-linux
|
||||||
@ -64,7 +65,7 @@ let
|
|||||||
|
|
||||||
systemPackages = mkOption {
|
systemPackages = mkOption {
|
||||||
default = [];
|
default = [];
|
||||||
example = [pkgs.icecat3 pkgs.thunderbird];
|
example = "[ pkgs.icecat3 pkgs.thunderbird ]";
|
||||||
description = ''
|
description = ''
|
||||||
The set of packages that appear in
|
The set of packages that appear in
|
||||||
/var/run/current-system/sw. These packages are
|
/var/run/current-system/sw. These packages are
|
||||||
|
Loading…
x
Reference in New Issue
Block a user