mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Add link to tracking issue
This commit is contained in:
parent
12e14956e2
commit
3197c19a31
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue