From bd29dc67b7ca85799ee8d9faaea1e4c656d3f6e2 Mon Sep 17 00:00:00 2001 From: Alan Urmancheev <108410815+alurm@users.noreply.github.com> Date: Wed, 23 Jul 2025 17:32:52 +0400 Subject: [PATCH] doc/advanced-attributes.md: remove stray backslashes in the rendered output They have appeared literally because the was an empty line after them. --- doc/manual/source/language/advanced-attributes.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/manual/source/language/advanced-attributes.md b/doc/manual/source/language/advanced-attributes.md index 34c3b636b..c9d64f060 100644 --- a/doc/manual/source/language/advanced-attributes.md +++ b/doc/manual/source/language/advanced-attributes.md @@ -160,7 +160,6 @@ See the [corresponding section in the derivation output page](@docroot@/store/de ## Other output modifications - [`unsafeDiscardReferences`]{#adv-attr-unsafeDiscardReferences}\ - When using [structured attributes](#adv-attr-structuredAttrs), the attribute `unsafeDiscardReferences` is an attribute set with a boolean value for each output name. If set to `true`, it disables scanning the output for runtime dependencies. @@ -195,7 +194,6 @@ See the [corresponding section in the derivation output page](@docroot@/store/de [`builder`]: ./derivations.md#attr-builder - [`requiredSystemFeatures`]{#adv-attr-requiredSystemFeatures}\ - If a derivation has the `requiredSystemFeatures` attribute, then Nix will only build it on a machine that has the corresponding features set in its [`system-features` configuration](@docroot@/command-ref/conf-file.md#conf-system-features). For example, setting