lib: Add lib.trace for consistency

This puts it among the trace* family of functions derived from it.
wip/yesman
Robert Hensing 4 years ago
parent f8ab5fcd8d
commit fe4a58eec0
  1. 2
      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

Loading…
Cancel
Save