mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Respect the outputSpecified attribute
E.g. 'nix build nixpkgs#libxml2.dev' will build the 'dev' output.
This commit is contained in:
parent
ec07a70979
commit
8e8e9d8705
5 changed files with 36 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue