mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Remove other trailing slash
This commit is contained in:
parent
2e2d795b46
commit
506f489dae
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ std::string EvalSettings::resolvePseudoUrl(std::string_view url)
|
||||||
warnOnce(haveWarned,
|
warnOnce(haveWarned,
|
||||||
"Channels are deprecated in favor of flakes in Determinate Nix. "
|
"Channels are deprecated in favor of flakes in Determinate Nix. "
|
||||||
"Instead of '%s', use '%s'. "
|
"Instead of '%s', use '%s'. "
|
||||||
"For a guide on Nix flakes, see: https://zero-to-nix.com/. "
|
"For a guide on Nix flakes, see: https://zero-to-nix.com. "
|
||||||
"For details and to offer feedback on the deprecation process, see: https://github.com/DeterminateSystems/nix-src/issues/34.",
|
"For details and to offer feedback on the deprecation process, see: https://github.com/DeterminateSystems/nix-src/issues/34.",
|
||||||
url, realUrl);
|
url, realUrl);
|
||||||
return realUrl;
|
return realUrl;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue