From 618155ad6704098fe73855bd3082cc8abac8d846 Mon Sep 17 00:00:00 2001 From: Alan Urmancheev <108410815+alurm@users.noreply.github.com> Date: Wed, 23 Jul 2025 16:59:41 +0400 Subject: [PATCH] doc/build-helpers: fix broken links to derivation's advanced attributes --- doc/build-helpers/trivial-build-helpers.chapter.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build-helpers/trivial-build-helpers.chapter.md b/doc/build-helpers/trivial-build-helpers.chapter.md index 48ed99b2fa36..f623e1171fbd 100644 --- a/doc/build-helpers/trivial-build-helpers.chapter.md +++ b/doc/build-helpers/trivial-build-helpers.chapter.md @@ -57,8 +57,8 @@ runCommandWith :: { You have to create a file or directory `$out` for Nix to be able to run the builder successfully. ::: -[allowSubstitutes]: https://nixos.org/nix/manual/#adv-attr-allowSubstitutes -[preferLocalBuild]: https://nixos.org/nix/manual/#adv-attr-preferLocalBuild +[allowSubstitutes]: https://nix.dev/manual/nix/latest/language/advanced-attributes.html#adv-attr-allowSubstitutes +[preferLocalBuild]: https://nix.dev/manual/nix/latest/language/advanced-attributes.html#adv-attr-preferLocalBuild [substituter]: https://nix.dev/manual/nix/latest/glossary#gloss-substituter [substitutes]: https://nix.dev/manual/nix/2.23/glossary#gloss-substitute