nixpkgs/doc/stdenv
Dominique Martinet 9b36201b94 no-broken-symlinks: fail on links to /build
The no-broken-symlinks hook does not fail if bad links exist out of
store, but /build is also a special directory for nix derivations: the
build directory in the builder mount namespace.

There should be no link to /build in the output derivation, so also
error on these directories (through $TMPDIR which default to that)

Closes #410508
2025-06-12 05:23:42 +09:00
..
cross-compilation.chapter.md doc: update Nix code snippets format 2025-04-17 01:30:34 +02:00
meta.chapter.md doc: add knownVulnerabilities 2025-04-30 23:23:03 +02:00
multiple-output.chapter.md doc: update Nix code snippets format 2025-04-17 01:30:34 +02:00
passthru.chapter.md doc: update Nix code snippets format 2025-04-17 01:30:34 +02:00
platform-notes.chapter.md doc/stdenv/platform-notes: fix typo 2025-01-15 02:04:39 +00:00
stdenv.chapter.md no-broken-symlinks: fail on links to /build 2025-06-12 05:23:42 +09:00