Commit 962a8105 authored by Ryan Mulligan's avatar Ryan Mulligan
Browse files

nixpkgs/doc/stdenv: fix admonition class

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

This was breaking the mmdoc output.
parent 5ff52d04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
:::