diff --git a/src/libutil/experimental-features.cc b/src/libutil/experimental-features.cc index 595dd4301..e1a8b5b9d 100644 --- a/src/libutil/experimental-features.cc +++ b/src/libutil/experimental-features.cc @@ -260,6 +260,7 @@ constexpr std::array xpFeatureDetails .description = R"( Allow the use of [local overlay store](@docroot@/command-ref/new-cli/nix3-help-stores.md#local-overlay-store). )", + .trackingUrl = ""https://github.com/NixOS/nix/milestone/50", }, { .tag = Xp::ConfigurableImpureEnv,