about summary refs log tree commit diff
path: root/lib/default.nix
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2017-12-25 18:06:49 +0000
committerJan Malakhovski <oxij@oxij.org>2018-01-03 12:20:24 +0000
commitb1ca8517ee54b89c24c77af3b9408066cee57d74 (patch)
treea1d08be615a882e07520940bf5d3dc9d16296850 /lib/default.nix
parenteb6db32d015397f24bd623a60e7e53e37ffe2258 (diff)
lib: generalize `addPassthru` to `extendDerivation`
Diffstat (limited to 'lib/default.nix')
-rw-r--r--lib/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix
index 9dc4fea99fc27..b304eb62bb2bd 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -87,7 +87,8 @@ let
     inherit (stringsWithDeps) textClosureList textClosureMap
       noDepEntry fullDepEntry packEntry stringAfter;
     inherit (customisation) overrideDerivation makeOverridable
-      callPackageWith callPackagesWith addPassthru hydraJob makeScope;
+      callPackageWith callPackagesWith extendDerivation addPassthru
+      hydraJob makeScope;
     inherit (meta) addMetaAttrs dontDistribute setName updateName
       appendToName mapDerivationAttrset lowPrio lowPrioSet hiPrio
       hiPrioSet;