summaryrefslogtreecommitdiffstats
path: root/lib/default.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2020-10-20 16:34:15 +0200
committerRobert Hensing <robert@roberthensing.nl>2020-10-22 13:46:48 +0200
commitfe4a58eec078489878a3b64aceeaed5118f18f39 (patch)
treec021607f9efd58705def7b55310a72ee1888c211 /lib/default.nix
parentf8ab5fcd8d15dd551dfc5c6e34f27a1e92d7b1f6 (diff)
lib: Add lib.trace for consistency
This puts it among the trace* family of functions derived from it.
Diffstat (limited to 'lib/default.nix')
-rw-r--r--lib/default.nix2
1 files changed, 1 insertions, 1 deletions
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