summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-09-03 01:02:51 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-09-03 01:02:51 +0300
commite2c6740c37428f8d8185fcc907e9e619df50be85 (patch)
tree13ed3247bd3f8d63305badcdf36557704e663478 /nixos
parenta1c24ab976eec1ae5a5c4c72122e17ff0a5e3a15 (diff)
parentadaee7352bcbcaafaddf7f0a5ef8b65099e06f6e (diff)
downloadnixlib-e2c6740c37428f8d8185fcc907e9e619df50be85.tar
nixlib-e2c6740c37428f8d8185fcc907e9e619df50be85.tar.gz
nixlib-e2c6740c37428f8d8185fcc907e9e619df50be85.tar.bz2
nixlib-e2c6740c37428f8d8185fcc907e9e619df50be85.tar.lz
nixlib-e2c6740c37428f8d8185fcc907e9e619df50be85.tar.xz
nixlib-e2c6740c37428f8d8185fcc907e9e619df50be85.tar.zst
nixlib-e2c6740c37428f8d8185fcc907e9e619df50be85.zip
Merge commit 'adaee73' from staging into master
This one was already merged into release-16.09, so let's not have the
stable branch is ahead of master and confuse things. In addition to
that, currently we have an odd situation that master has less things
actually finished building than in staging.

Conflicts:
	pkgs/data/documentation/man-pages/default.nix
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 9708b5d9fe33..169c86a2eae7 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -76,7 +76,7 @@ in
       extraOutputsToInstall = mkOption {
         type = types.listOf types.str;
         default = [ ];
-        example = [ "doc" "info" "docdev" ];
+        example = [ "doc" "info" "devdoc" ];
         description = "List of additional package outputs to be symlinked into <filename>/run/current-system/sw</filename>.";
       };