summary refs log tree commit diff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2023-10-09 23:57:03 +0200
committerfricklerhandwerk <valentin@fricklerhandwerk.de>2023-10-09 23:57:03 +0200
commit61fa1255f86bd12d81f81dc93391ee7365059647 (patch)
treed91b8aa10b8d723220615e1d37c7e979e82a37d9 /doc/languages-frameworks
parentba10489eae3b2b2f665947b516e7043594a235c8 (diff)
link to documentation on IFD in the Nix manual
Diffstat (limited to 'doc/languages-frameworks')
-rw-r--r--doc/languages-frameworks/rust.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/rust.section.md b/doc/languages-frameworks/rust.section.md
index 67e23cc74d4e4..3bd8e1c765120 100644
--- a/doc/languages-frameworks/rust.section.md
+++ b/doc/languages-frameworks/rust.section.md
@@ -817,7 +817,7 @@ $ cargo test
 ## Using community maintained Rust toolchains {#using-community-maintained-rust-toolchains}
 
 ::: {.note}
-Note: The following projects cannot be used within nixpkgs since [IFD](#ssec-import-from-derivation) is disallowed.
+The following projects cannot be used within Nixpkgs since [Import From Derivation](https://nixos.org/manual/nix/unstable/language/import-from-derivation) (IFD) is disallowed in Nixpkgs.
 To package things that require Rust nightly, `RUSTC_BOOTSTRAP = true;` can sometimes be used as a hack.
 :::