Remove reference to icecat

This commit is contained in:
Eelco Dolstra 2014-08-25 14:35:08 +02:00
parent b1ce3cc172
commit d2539605e1

View File

@ -63,7 +63,7 @@ in
systemPackages = mkOption { systemPackages = mkOption {
type = types.listOf types.path; type = types.listOf types.path;
default = []; default = [];
example = "[ pkgs.icecat3 pkgs.thunderbird ]"; example = "[ pkgs.firefox pkgs.thunderbird ]";
description = '' description = ''
The set of packages that appear in The set of packages that appear in
/run/current-system/sw. These packages are /run/current-system/sw. These packages are