summary refs log tree commit diff
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2017-09-28 18:40:11 -0400
committerShea Levy <shea@shealevy.com>2017-09-28 18:40:11 -0400
commit751d397ad486a84b93907345124f550e3b32427c (patch)
treeb90f1cd81070c2100845effded9a6f9cfdcefe02
parent5baf3b40a8f01ca8a2253b06737dc4985cfc7bd8 (diff)
downloadnixlib-751d397ad486a84b93907345124f550e3b32427c.tar
nixlib-751d397ad486a84b93907345124f550e3b32427c.tar.gz
nixlib-751d397ad486a84b93907345124f550e3b32427c.tar.bz2
nixlib-751d397ad486a84b93907345124f550e3b32427c.tar.lz
nixlib-751d397ad486a84b93907345124f550e3b32427c.tar.xz
nixlib-751d397ad486a84b93907345124f550e3b32427c.tar.zst
nixlib-751d397ad486a84b93907345124f550e3b32427c.zip
Fix evaluation
-rw-r--r--lib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix
index 3e30ec515fcb..ae8a1899b193 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -60,7 +60,7 @@ let
       nixpkgsVersion mod;
 
     inherit (fixedPoints) fix fix' extends composeExtensions
-      makeExtensible makeExtensibleWithCustomName;
+      makeExtensible makeExtensibleWithCustomName makeExtensibleWithInterface;
     inherit (attrsets) attrByPath hasAttrByPath setAttrByPath
       getAttrFromPath attrVals attrValues catAttrs filterAttrs
       filterAttrsRecursive foldAttrs collect nameValuePair mapAttrs