From cd35e0010322bbf30b967cb7991e84dd740e43df Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 18 Mar 2024 16:41:16 -0400 Subject: [PATCH] Adding missing tracking URL for local overlay store MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> --- src/libutil/experimental-features.cc | 1 + 1 file changed, 1 insertion(+) 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,