mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
svn path=/nixos/trunk/; revision=22045
This commit is contained in:
parent
eade772338
commit
7d9644f725
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user