nixos: Use literalExample for systemPackages.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
2dc2699ca4
commit
9667a4067c
@ -63,7 +63,7 @@ in
|
||||
systemPackages = mkOption {
|
||||
type = types.listOf types.path;
|
||||
default = [];
|
||||
example = "[ pkgs.firefox pkgs.thunderbird ]";
|
||||
example = literalExample "[ pkgs.firefox pkgs.thunderbird ]";
|
||||
description = ''
|
||||
The set of packages that appear in
|
||||
/run/current-system/sw. These packages are
|
||||
|
Loading…
Reference in New Issue
Block a user