aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/experimental-features.cc
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2023-04-06 12:24:11 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2023-04-06 18:07:59 -0400
commitbc192a95ef4c777d9ca0ad025e0fb2b7f18879f7 (patch)
tree21f793b9bb8680895644df3fdcaa8258386a0d05 /src/libutil/experimental-features.cc
parent6c4049b38a2e694d904b4bc4f3525efe68f2f611 (diff)
Describe active experimental features in the contributing guide
They are put in the manual separate pages under the new overarching description of experimental features. The settings page just lists the valid experimental feature names (so people know what a valid setting entry looks like), with links to those pages. It doesn't attempt to describe each experimental feature as that is too much information for the configuration settings section.
Diffstat (limited to 'src/libutil/experimental-features.cc')
-rw-r--r--src/libutil/experimental-features.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/experimental-features.cc b/src/libutil/experimental-features.cc
index aa3367639..1cd0dbb79 100644
--- a/src/libutil/experimental-features.cc
+++ b/src/libutil/experimental-features.cc
@@ -57,7 +57,7 @@ constexpr std::array<ExperimentalFeatureDetails, 11> xpFeatureDetails = {{
.name = "flakes",
.description = R"(
Enable flakes. See the manual entry for [`nix
- flake`](../command-ref/new-cli/nix3-flake.md) for details.
+ flake`](@docroot@/command-ref/new-cli/nix3-flake.md) for details.
)",
},
{