From 94d1319001065ce356bb7f6a380282e8eb1a5d80 Mon Sep 17 00:00:00 2001 From: phaer Date: Sun, 15 Jan 2023 16:24:31 +0100 Subject: [PATCH] remove trace --- types.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.nix b/types.nix index 5faf0a9..af444e8 100644 --- a/types.nix +++ b/types.nix @@ -174,7 +174,7 @@ rec { internal = true; readOnly = true; type = types.functionTo diskoLib.jsonType; - default = args: let v = attrs.default args; in lib.traceSeqN 3 [(config.name or "unnamed") (v.fs or "")] v; + default = args: attrs.default args; description = "Mount script"; };