mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
parent
16af6a8ed1
commit
3519ad2ca6
1 changed files with 1 additions and 1 deletions
|
|
@ -523,7 +523,7 @@ struct GitInputScheme : InputScheme
|
||||||
However, new versions of nix parsing old flake.lock files would pass the dir=
|
However, new versions of nix parsing old flake.lock files would pass the dir=
|
||||||
query parameter in the "url" attribute to git, which will then complain.
|
query parameter in the "url" attribute to git, which will then complain.
|
||||||
|
|
||||||
For this reason, we filtering the `dir` query parameter from the URL
|
For this reason, we are filtering the `dir` query parameter from the URL
|
||||||
before passing it to git. */
|
before passing it to git. */
|
||||||
url.query.erase("dir");
|
url.query.erase("dir");
|
||||||
repoInfo.location = url;
|
repoInfo.location = url;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue