1
0
Fork 0
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:
Théophane Hufschmitt 2023-01-23 09:39:00 +01:00 committed by GitHub
commit 90e630a542
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 2293 additions and 915 deletions

View file

@ -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