We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e1495 commit 3197c19Copy full SHA for 3197c19
src/libfetchers/git.cc
@@ -439,7 +439,8 @@ struct GitInputScheme : InputScheme
439
if (!isAbsolute(url.path)) {
440
warn(
441
"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.",
+ "This is not supported and will stop working in a future release. "
443
+ "See https://github.com/NixOS/nix/issues/12281 for details.",
444
url);
445
}
446
repoInfo.url = std::filesystem::absolute(url.path).string();
0 commit comments