mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Merge pull request #7641 from layus/coerce-strings-fixups
Coerce strings fixups
This commit is contained in:
commit
90e630a542
30 changed files with 2293 additions and 915 deletions
|
@ -18,6 +18,10 @@
|
|||
* Instead of "antiquotation", the more common term [string interpolation](../language/string-interpolation.md) is now used consistently.
|
||||
Historical release notes were not changed.
|
||||
|
||||
* Error traces have been reworked to provide detailed explanations and more
|
||||
accurate error locations. A short excerpt of the trace is now shown by
|
||||
default when an error occurs.
|
||||
|
||||
* Allow explicitly selecting outputs in a store derivation installable, just like we can do with other sorts of installables.
|
||||
For example,
|
||||
```shell-session
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue