about 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.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/template-composing-builder.nix b/pkgs/top-level/template-composing-builder.nix
index f2995f0c60d5..8117b156879b 100644
--- a/pkgs/top-level/template-composing-builder.nix
+++ b/pkgs/top-level/template-composing-builder.nix
@@ -5,7 +5,6 @@ args : with args;
 		buildInputs = [];
 		configureFlags = [];
 	} null; /* null is a terminator for sumArgs */
-	with stringsWithDeps;
 stdenv.mkDerivation rec {
 	name = "${abort "Specify name"}";
 	builder = writeScript (name + "-builder")