From 962a81051315a8a9506778f13f04295ced8017c1 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Mon, 7 Nov 2022 13:32:21 -0800 Subject: [PATCH] nixpkgs/doc/stdenv: fix admonition class Change to match the formatting of the other admonitions that use classes. This was breaking the mmdoc output. --- doc/stdenv/stdenv.chapter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stdenv/stdenv.chapter.md b/doc/stdenv/stdenv.chapter.md index 166587d3284..bbd70162a7a 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. :::