diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-05-30 11:32:37 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-05-30 11:34:47 +0200 |
commit | 8e8e9d8705a68e1be63d6d8059c6c07127826525 (patch) | |
tree | a55dcac2c7ce445798c239f024cda7a3429e624e /doc | |
parent | ec07a70979a86cc436de7e46e03789b4606d25ab (diff) |
Respect the outputSpecified attribute
E.g. 'nix build nixpkgs#libxml2.dev' will build the 'dev' output.
Diffstat (limited to 'doc')
-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 |