aboutsummaryrefslogtreecommitdiff
path: root/lib/customisation.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-03-03 17:57:20 +0100
committerVladimír Čunát <vcunat@gmail.com>2018-03-03 17:57:38 +0100
commit7b2cf5b12ee972888f987d9c0ca7a7c09a08c0d7 (patch)
treefada224a83281921d114006af814451f768e3743 /lib/customisation.nix
parent183f77f85f2aeeefff4b6fc1a92577542548c8a3 (diff)
lib.addPassthru: removed as scheduled
Diffstat (limited to 'lib/customisation.nix')
-rw-r--r--lib/customisation.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/customisation.nix b/lib/customisation.nix
index 823395f04d4..d942f54ee79 100644
--- a/lib/customisation.nix
+++ b/lib/customisation.nix
@@ -155,12 +155,6 @@ rec {
outPath = assert condition; drv.outPath;
};
- /* Add attributes to each output of a derivation without changing
- the derivation itself. */
- addPassthru =
- lib.warn "`addPassthru drv passthru` is deprecated, replace with `extendDerivation true passthru drv`"
- (drv: passthru: extendDerivation true passthru drv);
-
/* Strip a derivation of all non-essential attributes, returning
only those needed by hydra-eval-jobs. Also strictly evaluate the
result to ensure that there are no thunks kept alive to prevent