nixpkgs/doc/stdenv: fix admonition class

Change to match the formatting of the other admonitions that use
classes.

This was breaking the mmdoc output.
This commit is contained in:
Ryan Mulligan 2022-11-07 13:32:21 -08:00
parent 5ff52d0441
commit 962a810513

View file

@ -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.
:::