1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

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.firefox pkgs.thunderbird ]"; example = literalExample "[ 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