mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
fetchgit: nudge to update the manual when modifying parameters
Many parameters added over the past many years were not documented in the manual. People likely simple didn't think to do that, so let's nudge them.
This commit is contained in:
parent
1712d71ea7
commit
ee97de3be9
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
in "${if matched == null then base else builtins.head matched}${appendShort}";
|
||||
in
|
||||
lib.makeOverridable (lib.fetchers.withNormalizedHash { } (
|
||||
# NOTE Please document parameter additions or changes in
|
||||
# doc/build-helpers/fetchers.chapter.md
|
||||
{ url, rev ? "HEAD", leaveDotGit ? deepClone
|
||||
, outputHash ? lib.fakeHash, outputHashAlgo ? null
|
||||
, fetchSubmodules ? true, deepClone ? false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue