Home Explore Blog Models CI



nix

doc/manual/rl-next/shorter-build-dir-names.md
5e476c44a14d6a6b3850756f09a23ef1266705f18586d9100000000300000171
---
synopsis: "Temporary build directories no longer include derivation names"
prs: [13839]
---

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

Chunks
e4ebe40f (1st chunk of `doc/manual/rl-next/shorter-build-dir-names.md`)
Title: Temporary Build Directories No Longer Include Derivation Names
Summary
Temporary build directories created during derivation builds will no longer include the derivation name in their path. This modification aims to prevent build failures that occur when derivation names are excessively long and ensures consistent prefix lengths for build directories located under `/nix/var/nix/builds`.