Skip to content

Commit 3197c19

Browse files
committed
Add link to tracking issue
1 parent 12e1495 commit 3197c19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libfetchers/git.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,8 @@ struct GitInputScheme : InputScheme
439439
if (!isAbsolute(url.path)) {
440440
warn(
441441
"Fetching Git repository '%s', which uses a path relative to the current directory. "
442-
"This is not supported and will stop working in a future release.",
442+
"This is not supported and will stop working in a future release. "
443+
"See https://github.com/NixOS/nix/issues/12281 for details.",
443444
url);
444445
}
445446
repoInfo.url = std::filesystem::absolute(url.path).string();

0 commit comments

Comments
 (0)