summary refs log tree commit diff
path: root/pkgs/top-level/template-composing+config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/top-level/template-composing+config.nix')
-rw-r--r--pkgs/top-level/template-composing+config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/template-composing+config.nix b/pkgs/top-level/template-composing+config.nix
index 7ff4f3f9d50..172cd9c4797 100644
--- a/pkgs/top-level/template-composing+config.nix
+++ b/pkgs/top-level/template-composing+config.nix
@@ -1,4 +1,4 @@
-args : with args; let localDefs = builderDefs (args // {
+args : with args; let localDefs = builderDefs (args // rec {
 		src = /* put a fetchurl here */
 		(abort "Specify source");
 		useConfig = true;