Merge pull request #6768 from NixOS/add-rl-for-traceverbose

Add a release notes entry for #4914
This commit is contained in:
Eelco Dolstra 2022-07-06 10:46:47 +02:00 committed by GitHub
commit f6316b49a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -9,3 +9,6 @@
`nix repl --file '<nixpkgs>'` or `nix repl --expr 'import <nixpkgs>{}'`
This is currently guarded by the 'repl-flake' experimental feature
* A new primop `builtins.traceVerbose` is available. It is similar to `builtins.trace`
if the `trace-verbose` setting is set to true, and it is a no-op otherwise.