mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Release note for external derivation builders
This commit is contained in:
parent
0376112a51
commit
f4e44040d4
1 changed files with 6 additions and 0 deletions
|
|
@ -56,6 +56,12 @@
|
|||
|
||||
Temporary build directories created during derivation builds no longer include the derivation name in their path to avoid build failures when the derivation name is too long. This change ensures predictable prefix lengths for build directories under `/nix/var/nix/builds`.
|
||||
|
||||
- External derivation builders [#14145](https://github.com/NixOS/nix/pull/14145)
|
||||
|
||||
These are helper programs that Nix calls to perform derivations for specified system types, e.g. by using QEMU to emulate a different type of platform. For more information, see the [`external-builders` setting](../command-ref/conf-file.md#conf-external-builders).
|
||||
|
||||
This is currently an experimental feature.
|
||||
|
||||
## Performance improvements
|
||||
|
||||
- Substituted flake inputs are no longer re-copied to the store [#14041](https://github.com/NixOS/nix/pull/14041)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue