1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

Improve comment

(cherry picked from commit 8d9e9bc400)
This commit is contained in:
Graham Dennis 2025-10-10 15:00:10 +11:00 committed by github-actions[bot]
parent 16af6a8ed1
commit 3519ad2ca6

View file

@ -523,7 +523,7 @@ struct GitInputScheme : InputScheme
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.
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. */
url.query.erase("dir");
repoInfo.location = url;