about summary refs log tree commit diff
path: root/nixos/modules/config/system-path.nix
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/modules/config/system-path.nix
parent2dc2699ca4e1ef5ba5bd6993de563d9bcc52285b (diff)
downloadnixlib-9667a4067c7e3f02a6a0fe8f1f3344c1cb1d7ef7.tar
nixlib-9667a4067c7e3f02a6a0fe8f1f3344c1cb1d7ef7.tar.gz
nixlib-9667a4067c7e3f02a6a0fe8f1f3344c1cb1d7ef7.tar.bz2
nixlib-9667a4067c7e3f02a6a0fe8f1f3344c1cb1d7ef7.tar.lz
nixlib-9667a4067c7e3f02a6a0fe8f1f3344c1cb1d7ef7.tar.xz
nixlib-9667a4067c7e3f02a6a0fe8f1f3344c1cb1d7ef7.tar.zst
nixlib-9667a4067c7e3f02a6a0fe8f1f3344c1cb1d7ef7.zip
nixos: Use literalExample for systemPackages.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'nixos/modules/config/system-path.nix')
-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 83c14e45685b..f3e86bfd2019 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