about summary refs log tree commit diff
path: root/doc/stdenv
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-11-18 06:55:23 +0200
committerArtturin <Artturin@artturin.com>2022-11-19 00:04:54 +0200
commit341e6fd558abde5b4f6609833ff503c8d1e9b379 (patch)
tree33dd80ba04465ebcb98f3b41fa2dfb2531bd167f /doc/stdenv
parent70225566221179720a110bcbd66267dd8f4ec536 (diff)
splice.nix: start deprecating nativeDrv and crossDrv
Diffstat (limited to 'doc/stdenv')
-rw-r--r--doc/stdenv/cross-compilation.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv/cross-compilation.chapter.md b/doc/stdenv/cross-compilation.chapter.md
index 0eff70de5ca1d..5f7ff513959ab 100644
--- a/doc/stdenv/cross-compilation.chapter.md
+++ b/doc/stdenv/cross-compilation.chapter.md
@@ -250,5 +250,5 @@ Thirdly, it is because everything target-mentioning only exists to accommodate c
 :::
 
 ::: {.note}
-If one explores Nixpkgs, they will see derivations with names like `gccCross`. Such `*Cross` derivations is a holdover from before we properly distinguished between the host and target platforms—the derivation with “Cross” in the name covered the `build = host != target` case, while the other covered the `host = target`, with build platform the same or not based on whether one was using its `.nativeDrv` or `.crossDrv`. This ugliness will disappear soon.
+If one explores Nixpkgs, they will see derivations with names like `gccCross`. Such `*Cross` derivations is a holdover from before we properly distinguished between the host and target platforms—the derivation with “Cross” in the name covered the `build = host != target` case, while the other covered the `host = target`, with build platform the same or not based on whether one was using its `.__spliced.buildHost` or `.__spliced.hostTarget`.
 :::