doc: fix additional malformed fenced divs

This commit is contained in:
Ryan Mulligan
2026-07-14 14:03:26 -07:00
parent d875aae529
commit 35260ee51a
2 changed files with 3 additions and 2 deletions
@@ -143,3 +143,4 @@ lib.extendMkDerivation {
});
}
```
:::
+2 -2
View File
@@ -564,7 +564,7 @@ rec {
# Examples
:::{#ex-makeScope .example}
:::{.example #ex-makeScope}
# Create an interdependent package set on top of `pkgs`
The functions in `foo.nix` and `bar.nix` can depend on each other, in the sense that `foo.nix` can contain a function that expects `bar` as an attribute in its argument.
@@ -593,7 +593,7 @@ rec {
```
:::
:::{#ex-makeScope-callPackage .example}
:::{.example #ex-makeScope-callPackage}
# Using `callPackage` from a scope
```nix