about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCosima Neidahl <opna2608@protonmail.com>2024-06-16 11:39:57 +0200
committerGitHub <noreply@github.com>2024-06-16 11:39:57 +0200
commitb60ebf54c15553b393d144357375ea956f89e9a9 (patch)
tree4a87ab40639598d3e859c06a0ae60772d4305e52
parent8627d8aeb46a04b66e0c3fa2f7d5d39d32a81ba0 (diff)
parent456ba8dec946bd589755c542291fb7ef199d2b27 (diff)
Merge pull request #316264 from OPNA2608/fix/unstableGitUpdater-hardcodeZeroVersion-comment
unstableGitUpdater: Remove bitrotten comment about hardcodeZeroVersion on tag-less projects
-rw-r--r--pkgs/common-updater/unstable-updater.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/common-updater/unstable-updater.nix b/pkgs/common-updater/unstable-updater.nix
index d7a9c73fbc2d6..e6981f633534b 100644
--- a/pkgs/common-updater/unstable-updater.nix
+++ b/pkgs/common-updater/unstable-updater.nix
@@ -14,7 +14,7 @@
 
 { url ? null # The git url, if empty it will be set to src.gitRepoUrl
 , branch ? null
-, hardcodeZeroVersion ? false # Use a made-up version "0" instead of latest tag. Use when there is no previous release, or the project's tagging system is incompatible with what we expect from versions
+, hardcodeZeroVersion ? false # Use a made-up version "0" instead of latest tag. Use when the project's tagging system is incompatible with what we expect from versions
 , tagFormat ? "*" # A `git describe --tags --match '<format>'` pattern that tags must match to be considered
 , tagPrefix ? null # strip this prefix from a tag name
 , tagConverter ? null # A command to convert more complex tag formats. It receives the git tag via stdin and should convert it into x.y.z format to stdout