Skip to content

Commit f4e4404

Browse files
committed
Release note for external derivation builders
1 parent 0376112 commit f4e4404

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/manual/source/release-notes/rl-2.32.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@
5656

5757
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`.
5858

59+
- External derivation builders [#14145](https://github.com/NixOS/nix/pull/14145)
60+
61+
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).
62+
63+
This is currently an experimental feature.
64+
5965
## Performance improvements
6066

6167
- Substituted flake inputs are no longer re-copied to the store [#14041](https://github.com/NixOS/nix/pull/14041)

0 commit comments

Comments
 (0)