doc: fix link rot to `--keep-failed` in stdenv (#429167)

authored by

Peder Bergebakken Sundt and committed by
GitHub
831fd422 e56a7dbb

+1 -1
+1 -1
doc/stdenv/stdenv.chapter.md
··· 166 166 - Other environment variables may be inconsistent with a `nix-build` either due to `nix-shell`'s initialization script or due to the use of `nix-shell` without the `--pure` option. 167 167 168 168 If the build fails differently inside the shell than in the sandbox, consider using [`breakpointHook`](#breakpointhook) and invoking `nix-build` instead. 169 - The [`--keep-failed`](https://nixos.org/manual/nix/unstable/command-ref/conf-file#opt--keep-failed) option for `nix-build` may also be useful to examine the build directory of a failed build. 169 + The [`--keep-failed`](https://nixos.org/manual/nix/unstable/command-ref/conf-file#conf-keep-failed) option for `nix-build` may also be useful to examine the build directory of a failed build. 170 170 ::: 171 171 172 172 ## Tools provided by `stdenv` {#sec-tools-of-stdenv}