From 71e735385a7696103610891020fde9c6205f4391 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Mon, 28 Apr 2025 15:39:38 -0300 Subject: [PATCH] Change language around guide --- src/libexpr/eval-settings.cc | 2 +- src/nix-channel/nix-channel.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libexpr/eval-settings.cc b/src/libexpr/eval-settings.cc index 2676c7b80..dd498fdf2 100644 --- a/src/libexpr/eval-settings.cc +++ b/src/libexpr/eval-settings.cc @@ -90,7 +90,7 @@ std::string EvalSettings::resolvePseudoUrl(std::string_view url) warnOnce(haveWarned, "Channels are deprecated in favor of flakes in Determinate Nix. " "Instead of '%s', use '%s'. " - "For a guide on Nix flakes, see: https://zero-to-nix.com. " + "See https://zero-to-nix.com for a guide to Nix flakes. " "For details and to offer feedback on the deprecation process, see: https://github.com/DeterminateSystems/nix-src/issues/34.", url, realUrl); return realUrl; diff --git a/src/nix-channel/nix-channel.cc b/src/nix-channel/nix-channel.cc index 3d708898b..2ad88dbbe 100644 --- a/src/nix-channel/nix-channel.cc +++ b/src/nix-channel/nix-channel.cc @@ -166,7 +166,7 @@ static int main_nix_channel(int argc, char ** argv) { warn( "nix-channel is deprecated in favor of flakes in Determinate Nix. \ -For a guide on Nix flakes, see: https://zero-to-nix.com. \ +See https://zero-to-nix.com for a guide to Nix flakes. \ For details and to offer feedback on the deprecation process, see: https://github.com/DeterminateSystems/nix-src/issues/34."); {