about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2022-11-07 13:32:21 -0800
committerRyan Mulligan <ryan@ryantm.com>2022-11-07 13:32:21 -0800
commit962a81051315a8a9506778f13f04295ced8017c1 (patch)
treed9a1bbae5595580797c0a56843737f3df5822b9e /doc
parent5ff52d044193fe5fa7b75ed85d6f75dbbb2598ea (diff)
downloadnixlib-962a81051315a8a9506778f13f04295ced8017c1.tar
nixlib-962a81051315a8a9506778f13f04295ced8017c1.tar.gz
nixlib-962a81051315a8a9506778f13f04295ced8017c1.tar.bz2
nixlib-962a81051315a8a9506778f13f04295ced8017c1.tar.lz
nixlib-962a81051315a8a9506778f13f04295ced8017c1.tar.xz
nixlib-962a81051315a8a9506778f13f04295ced8017c1.tar.zst
nixlib-962a81051315a8a9506778f13f04295ced8017c1.zip
nixpkgs/doc/stdenv: fix admonition class
Change to match the formatting of the other admonitions that use
classes.

This was breaking the mmdoc output.
Diffstat (limited to 'doc')
-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 166587d3284c..bbd70162a7ab 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.
 :::