From fe4a58eec078489878a3b64aceeaed5118f18f39 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 20 Oct 2020 16:34:15 +0200 Subject: [PATCH] lib: Add lib.trace for consistency This puts it among the trace* family of functions derived from it. --- lib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/default.nix b/lib/default.nix index 956055b70a8f..d2239d26eadf 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -63,7 +63,7 @@ let deepSeq elem elemAt filter genericClosure genList getAttr hasAttr head isAttrs isBool isInt isList isString length lessThan listToAttrs pathExists readFile replaceStrings seq - stringLength sub substring tail; + stringLength sub substring tail trace; inherit (self.trivial) id const pipe concat or and bitAnd bitOr bitXor bitNot boolToString mergeAttrs flip mapNullable inNixShell isFloat min max importJSON importTOML warn info showWarnings nixpkgsVersion version mod compare