diff options
Diffstat (limited to 'doc/manual/src/release-notes/rl-next.md')
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index 878916dc9..7151751dd 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -22,9 +22,6 @@ `meta.outputsToInstall` attribute if it exists, or all outputs otherwise. - Selecting derivation outputs using the attribute selection syntax - (e.g. `nixpkgs#glibc.dev`) no longer works. - * Running nix with the new `--debugger` flag will cause it to start a repl session if there is an exception thrown during eval, or if `builtins.break` is called. From there one can inspect symbol values and evaluate nix expressions. In debug mode |