From ee4140e38c04c757aa79847abd25f1241339af2d Mon Sep 17 00:00:00 2001 From: itslychee Date: Sun, 3 Mar 2024 18:36:36 -0600 Subject: [PATCH] doc: remove extraneous `url` in pkgs/README.md I don't believe there is supposed to be two urls in the fetchers example --- pkgs/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/README.md b/pkgs/README.md index 5563936dc9d7..837a99f07e7f 100644 --- a/pkgs/README.md +++ b/pkgs/README.md @@ -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=";