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, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/template-composing-builder.nix b/pkgs/top-level/template-composing-builder.nix
index 88bf2b63cfa..e8d7ae4d710 100644
--- a/pkgs/top-level/template-composing-builder.nix
+++ b/pkgs/top-level/template-composing-builder.nix
@@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
 		description = "
 		${abort "Write a description"}
 ";
+		inherit src;
 	};
 }