treewide: rename extraOutputs{ToLink,ToInstall}

This is to get more consistent with `meta.outputsToInstall`.
This commit is contained in:
Vladimír Čunát
2016-04-07 15:59:44 +02:00
parent 2995439003
commit 9a824f2f1d
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -73,7 +73,7 @@ in
description = "List of directories to be symlinked in <filename>/run/current-system/sw</filename>.";
};
extraOutputsToLink = mkOption {
extraOutputsToInstall = mkOption {
type = types.listOf types.str;
default = [ ];
example = [ "doc" "info" "docdev" ];
@@ -123,7 +123,7 @@ in
system.path = pkgs.buildEnv {
name = "system-path";
paths = config.environment.systemPackages;
inherit (config.environment) pathsToLink extraOutputsToLink;
inherit (config.environment) pathsToLink extraOutputsToInstall;
ignoreCollisions = true;
# !!! Hacky, should modularise.
# outputs TODO: note that the tools will often not be linked by default