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 43b01b6 commit 8d9e9bcCopy full SHA for 8d9e9bc
src/libfetchers/git.cc
@@ -523,7 +523,7 @@ struct GitInputScheme : InputScheme
523
However, new versions of nix parsing old flake.lock files would pass the dir=
524
query parameter in the "url" attribute to git, which will then complain.
525
526
- 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
527
before passing it to git. */
528
url.query.erase("dir");
529
repoInfo.location = url;
0 commit comments