nixos: Use literalExample for systemPackages.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2014-08-27 22:44:56 +02:00
parent 2dc2699ca4
commit 9667a4067c

View File

@@ -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