summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-08-27 22:44:56 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-08-27 22:44:56 +0200
commit9667a4067c7e3f02a6a0fe8f1f3344c1cb1d7ef7 (patch)
tree4de5d8d91f6d3158d863c87ba1f0416051d0466e /nixos
parent2dc2699ca4e1ef5ba5bd6993de563d9bcc52285b (diff)
downloadnixpkgs-9667a4067c7e3f02a6a0fe8f1f3344c1cb1d7ef7.tar
nixpkgs-9667a4067c7e3f02a6a0fe8f1f3344c1cb1d7ef7.tar.gz
nixpkgs-9667a4067c7e3f02a6a0fe8f1f3344c1cb1d7ef7.tar.bz2
nixpkgs-9667a4067c7e3f02a6a0fe8f1f3344c1cb1d7ef7.tar.lz
nixpkgs-9667a4067c7e3f02a6a0fe8f1f3344c1cb1d7ef7.tar.xz
nixpkgs-9667a4067c7e3f02a6a0fe8f1f3344c1cb1d7ef7.tar.zst
nixpkgs-9667a4067c7e3f02a6a0fe8f1f3344c1cb1d7ef7.zip
nixos: Use literalExample for systemPackages.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/config/system-path.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index 83c14e45685..f3e86bfd201 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -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