doc: remove extraneous url in pkgs/README.md

I don't believe there is supposed to be two urls in the fetchers example
This commit is contained in:
itslychee 2024-03-03 18:36:36 -06:00
parent 8727dcf55f
commit ee4140e38c
No known key found for this signature in database

View File

@ -416,7 +416,6 @@ In the file `pkgs/top-level/all-packages.nix` you can find fetch helpers, these
```nix
src = fetchgit {
url = "git@github.com:NixOS/nix.git"
url = "git://github.com/NixOS/nix.git";
rev = "1f795f9f44607cc5bec70d1300150bfefcef2aae";
hash = "sha256-7D4m+saJjbSFP5hOwpQq2FGR2rr+psQMTcyb1ZvtXsQ=";