From 9388c9bbadda4b928b3f32daa5ce7fa417891715 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Mon, 31 Aug 2020 22:18:40 -0700 Subject: [PATCH] remove trace --- modules/age.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/modules/age.nix b/modules/age.nix index 7fa7c87..22a9327 100644 --- a/modules/age.nix +++ b/modules/age.nix @@ -67,12 +67,7 @@ let chown ${secretType.owner}:${secretType.group} "${secretType.path}" ''; - installAllSecrets = - - let - st = (map installSecret (builtins.attrValues cfg.secrets)); - a = builtins.concatStringsSep "\n" st; - in builtins.trace (builtins.toString st) a; + installAllSecrets = builtins.concatStringsSep (map installSecret (builtins.attrValues cfg.secrets)); in { options.age = {