From e2ce2981bf759faacbd4c20d496e9749b3dfede9 Mon Sep 17 00:00:00 2001 From: Andrew Voynov Date: Fri, 18 Jul 2025 18:24:54 +0500 Subject: [PATCH 1/2] nixos/services: fix Markdown link syntax in web-apps/ocis.md --- nixos/modules/services/web-apps/ocis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/ocis.md b/nixos/modules/services/web-apps/ocis.md index 9a21ca25f14a..43ddd3175c7d 100644 --- a/nixos/modules/services/web-apps/ocis.md +++ b/nixos/modules/services/web-apps/ocis.md @@ -104,7 +104,7 @@ values, and [`services.ocis.environmentFile`][mod-envFile] for sensitive values. -Configuration in (`services.ocis.environment`)[mod-env] overrides those from +Configuration in [`services.ocis.environment`][mod-env] overrides those from [`services.ocis.environmentFile`][mod-envFile] and will have highest precedence From 610730340bb0ad942ea4ee95f8799ff65bb1a704 Mon Sep 17 00:00:00 2001 From: Andrew Voynov Date: Fri, 18 Jul 2025 18:26:12 +0500 Subject: [PATCH 2/2] doc: fix Markdown link syntax in stdenv/passthru.chapter.md --- doc/stdenv/passthru.chapter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stdenv/passthru.chapter.md b/doc/stdenv/passthru.chapter.md index db40d4bbe054..5306e4f158be 100644 --- a/doc/stdenv/passthru.chapter.md +++ b/doc/stdenv/passthru.chapter.md @@ -53,7 +53,7 @@ They fall in one of these categories: These tend to entail support from the derivation or the `passthru` attribute in question. Common examples of this type are `passthru.optional-dependencies`, `passthru.withPlugins`, and `passthru.withPackages`. - All of those allow associating the package with a set of components built for that specific package, such as when building Python runtime environments using (`python.withPackages`)[#python.withpackages-function]. + All of those allow associating the package with a set of components built for that specific package, such as when building Python runtime environments using [`python.withPackages`](#python.withpackages-function). Attributes that apply only to particular [build helpers](#part-builders) or [language ecosystems](#chap-language-support) are documented there.