mirror of
https://github.com/NixOS/nix.git
synced 2025-11-24 03:09:35 +01:00
Change language around guide
This commit is contained in:
parent
506f489dae
commit
71e735385a
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue