From e0f35b77d8c19c87f612f1537508f926e7ee412f Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Thu, 21 Feb 2013 14:43:02 -0500 Subject: [PATCH] rename.nix: Remove annoying traces --- modules/rename.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rename.nix b/modules/rename.nix index 3582f72bfd5..bf6179cf369 100644 --- a/modules/rename.nix +++ b/modules/rename.nix @@ -28,8 +28,8 @@ let zipModules = list: with pkgs.lib; zip (n: v: if tail v != [] then - if n == "_type" then builtins.trace "Merge _type" (head v) - else if n == "extraConfigs" then builtins.trace "Merge extraConfigs" (concatLists v) + if n == "_type" then (head v) + else if n == "extraConfigs" then (concatLists v) else if n == "description" || n == "apply" then abort "Cannot rename an option to multiple options." else zipModules v