nvcheck: fill 135 missing overlay.toml configs (github/pypi)#10729
Open
liangyongxiang wants to merge 1 commit into
Open
nvcheck: fill 135 missing overlay.toml configs (github/pypi)#10729liangyongxiang wants to merge 1 commit into
liangyongxiang wants to merge 1 commit into
Conversation
e29a481 to
19712cd
Compare
peeweep
requested changes
Jul 7, 2026
Comment on lines
+19
to
+23
| ["app-admin/chezmoi-bin"] | ||
| source = "github" | ||
| github = "twpayne/chezmoi" | ||
| use_latest_release = true | ||
|
|
Member
There was a problem hiding this comment.
Suggested change
| ["app-admin/chezmoi-bin"] | |
| source = "github" | |
| github = "twpayne/chezmoi" | |
| use_latest_release = true |
Comment on lines
+707
to
+731
| ["dev-libs/v2ray-domain-list-community"] | ||
| source = "github" | ||
| github = "v2fly/domain-list-community" | ||
| use_latest_release = true | ||
|
|
||
| ["dev-libs/v2ray-domain-list-community-bin"] | ||
| source = "github" | ||
| github = "v2fly/domain-list-community" | ||
| use_latest_release = true | ||
|
|
||
| ["dev-libs/v2ray-geoip"] | ||
| source = "github" | ||
| github = "v2fly/geoip" | ||
| use_latest_release = true | ||
|
|
||
| ["dev-libs/v2ray-geoip-bin"] | ||
| source = "github" | ||
| github = "v2fly/geoip" | ||
| use_latest_release = true | ||
|
|
||
| ["dev-libs/v2ray-rules-dat-bin"] | ||
| source = "github" | ||
| github = "Loyalsoldier/v2ray-rules-dat" | ||
| use_latest_release = true | ||
|
|
Member
There was a problem hiding this comment.
Suggested change
| ["dev-libs/v2ray-domain-list-community"] | |
| source = "github" | |
| github = "v2fly/domain-list-community" | |
| use_latest_release = true | |
| ["dev-libs/v2ray-domain-list-community-bin"] | |
| source = "github" | |
| github = "v2fly/domain-list-community" | |
| use_latest_release = true | |
| ["dev-libs/v2ray-geoip"] | |
| source = "github" | |
| github = "v2fly/geoip" | |
| use_latest_release = true | |
| ["dev-libs/v2ray-geoip-bin"] | |
| source = "github" | |
| github = "v2fly/geoip" | |
| use_latest_release = true | |
| ["dev-libs/v2ray-rules-dat-bin"] | |
| source = "github" | |
| github = "Loyalsoldier/v2ray-rules-dat" | |
| use_latest_release = true |
Comment on lines
1051
to
1053
| # TODO: need filter mamba- prefix | ||
| #["dev-util/mamba"] | ||
|
|
Member
There was a problem hiding this comment.
Suggested change
| # TODO: need filter mamba- prefix | |
| #["dev-util/mamba"] |
Comment on lines
+1065
to
+1068
| ["dev-util/pack-cli-bin"] | ||
| source = "github" | ||
| github = "buildpacks/pack" | ||
| use_latest_release = true |
Member
There was a problem hiding this comment.
Suggested change
| ["dev-util/pack-cli-bin"] | |
| source = "github" | |
| github = "buildpacks/pack" | |
| use_latest_release = true | |
| # FIXME: github graphql api seems to be some confusion between pack-cli and | |
| # pack-cli-bin, so we disable one of them | |
| # ["dev-util/pack-cli-bin"] | |
| # source = "github" | |
| # github = "buildpacks/pack" | |
| # use_latest_release = true |
Comment on lines
+1077
to
+1080
| ["dev-util/patchelf-liblol"] | ||
| source = "github" | ||
| github = "NixOS/patchelf" | ||
| use_latest_release = true |
Member
There was a problem hiding this comment.
Suggested change
| ["dev-util/patchelf-liblol"] | |
| source = "github" | |
| github = "NixOS/patchelf" | |
| use_latest_release = true |
Comment on lines
+1115
to
+1118
| ["dev-util/vfox-bin"] | ||
| source = "github" | ||
| github = "version-fox/vfox" | ||
| use_latest_release = true |
Member
There was a problem hiding this comment.
Suggested change
| ["dev-util/vfox-bin"] | |
| source = "github" | |
| github = "version-fox/vfox" | |
| use_latest_release = true |
Comment on lines
+1564
to
+1568
| ["net-analyzer/nali"] | ||
| source = "github" | ||
| github = "zu1k/nali" | ||
| use_latest_release = true | ||
|
|
Member
There was a problem hiding this comment.
Suggested change
| ["net-analyzer/nali"] | |
| source = "github" | |
| github = "zu1k/nali" | |
| use_latest_release = true |
| source = "github" | ||
| github = "cilium/pwru" | ||
| use_latest_release = true | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
补 135 个漏配包的 nvchecker source 配置(github 123 + pypi 12),由
gzh nvcheck-audit启发式推断 HOMEPAGE/SRC_URI 生成。由 Gentoo-zh/skills 的
gzh nvcheck-audit --apply生成。