mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Remove reference to icecat
This commit is contained in:
parent
b1ce3cc172
commit
d2539605e1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user