Skip to content

Commit

Permalink
fix links to configuration settings
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk committed Sep 21, 2023
1 parent d40e914 commit 4685260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libutil/experimental-features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,15 @@ constexpr std::array<ExperimentalFeatureDetails, 14> xpFeatureDetails = {{
.name = "auto-allocate-uids",
.description = R"(
Allows Nix to automatically pick UIDs for builds, rather than creating
`nixbld*` user accounts. See the [`auto-allocate-uids`](#conf-auto-allocate-uids) setting for details.
`nixbld*` user accounts. See the [`auto-allocate-uids`](@docroot@/command-ref/conf-file.md#conf-auto-allocate-uids) setting for details.
)",
},
{
.tag = Xp::Cgroups,
.name = "cgroups",
.description = R"(
Allows Nix to execute builds inside cgroups. See
the [`use-cgroups`](#conf-use-cgroups) setting for details.
the [`use-cgroups`](@docroot@/command-ref/conf-file.md#conf-use-cgroups) setting for details.
)",
},
{
Expand Down

0 comments on commit 4685260

Please sign in to comment.