summary refs log tree commit diff
path: root/pkgs/top-level/template-composing-builder.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/top-level/template-composing-builder.nix')
-rw-r--r--pkgs/top-level/template-composing-builder.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/top-level/template-composing-builder.nix b/pkgs/top-level/template-composing-builder.nix
index b7b3db268b5..0efb347d821 100644
--- a/pkgs/top-level/template-composing-builder.nix
+++ b/pkgs/top-level/template-composing-builder.nix
@@ -1,9 +1,8 @@
 a :  
 let 
-  lib = a.lib;
   fetchurl = a.fetchurl;
 
-  version = lib.getAttr ["version"] "" a; 
+  version = a.lib.getAttr ["version"] "" a; 
   buildInputs = with a; [
     
   ];