Skip to content

Commit 03e2f2f

Browse files
authored
Merge pull request #44 from DeterminateSystems/remove-trailing-slash
Remove trailing slash in Zero to Nix URL
2 parents 234f790 + 71e7353 commit 03e2f2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libexpr/eval-settings.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ std::string EvalSettings::resolvePseudoUrl(std::string_view url)
9090
warnOnce(haveWarned,
9191
"Channels are deprecated in favor of flakes in Determinate Nix. "
9292
"Instead of '%s', use '%s'. "
93-
"For a guide on Nix flakes, see: https://zero-to-nix.com/. "
93+
"See https://zero-to-nix.com for a guide to Nix flakes. "
9494
"For details and to offer feedback on the deprecation process, see: https://github.com/DeterminateSystems/nix-src/issues/34.",
9595
url, realUrl);
9696
return realUrl;

src/nix-channel/nix-channel.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ static int main_nix_channel(int argc, char ** argv)
166166
{
167167
warn(
168168
"nix-channel is deprecated in favor of flakes in Determinate Nix. \
169-
For a guide on Nix flakes, see: https://zero-to-nix.com/. \
169+
See https://zero-to-nix.com for a guide to Nix flakes. \
170170
For details and to offer feedback on the deprecation process, see: https://github.com/DeterminateSystems/nix-src/issues/34.");
171171

172172
{

0 commit comments

Comments
 (0)