summary refs log tree commit diff
path: root/doc/stdenv/stdenv.chapter.md
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-11-08 18:01:16 +0000
committerGitHub <noreply@github.com>2022-11-08 18:01:16 +0000
commit4517d658d35d6ffecf6025babc2ee9e27fdb75c3 (patch)
tree9cea051f7002ee6ebec1f1c77dc9aba1e3024c80 /doc/stdenv/stdenv.chapter.md
parent6e1c7f74c7fd8c29c625f63c0e0a608b33e1d2a1 (diff)
parent176676c4cf385cf073d6a2ee9bd5f0e0eb15048f (diff)
downloadnixpkgs-4517d658d35d6ffecf6025babc2ee9e27fdb75c3.tar
nixpkgs-4517d658d35d6ffecf6025babc2ee9e27fdb75c3.tar.gz
nixpkgs-4517d658d35d6ffecf6025babc2ee9e27fdb75c3.tar.bz2
nixpkgs-4517d658d35d6ffecf6025babc2ee9e27fdb75c3.tar.lz
nixpkgs-4517d658d35d6ffecf6025babc2ee9e27fdb75c3.tar.xz
nixpkgs-4517d658d35d6ffecf6025babc2ee9e27fdb75c3.tar.zst
nixpkgs-4517d658d35d6ffecf6025babc2ee9e27fdb75c3.zip
Merge master into staging-next
Diffstat (limited to 'doc/stdenv/stdenv.chapter.md')
-rw-r--r--doc/stdenv/stdenv.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv/stdenv.chapter.md b/doc/stdenv/stdenv.chapter.md
index 4fad249097c..7cfd047d342 100644
--- a/doc/stdenv/stdenv.chapter.md
+++ b/doc/stdenv/stdenv.chapter.md
@@ -887,7 +887,7 @@ Packages may expect or require other utilities to be available at runtime.
 
 Use `--prefix` to explicitly set dependencies in `PATH`.
 
-:::{note}
+::: {.note}
 `--prefix` essentially hard-codes dependencies into the wrapper.
 They cannot be overridden without rebuilding the package.
 :::