Skip to content

Commit

Permalink
Add link to tracking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jan 17, 2025
1 parent 12e1495 commit 3197c19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libfetchers/git.cc
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,8 @@ struct GitInputScheme : InputScheme
if (!isAbsolute(url.path)) {
warn(
"Fetching Git repository '%s', which uses a path relative to the current directory. "
"This is not supported and will stop working in a future release.",
"This is not supported and will stop working in a future release. "
"See https://github.com/NixOS/nix/issues/12281 for details.",
url);
}
repoInfo.url = std::filesystem::absolute(url.path).string();
Expand Down

0 comments on commit 3197c19

Please sign in to comment.