about summary refs log tree commit diff
path: root/pkgs/applications/version-management/radicle-upstream
AgeCommit message (Collapse)AuthorFilesLines
2024-04-24treewide: unbreak appimageTools.wrapType2 buildsPeder Bergebakken Sundt1-8/+5
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided. Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result. This should fix most instances. contex: #271071
2024-04-05treewide: throw on unsupported system src accessannalee1-1/+1
2024-03-18radicle-upstream: mark as broken on linuxWeijia Wang1-0/+1
2023-12-04radicle-upstream: add missing sourceProvenanceAdam Joseph1-0/+1
2022-12-19treewide: remove git-and-tools directoryAndersonTorres1-0/+83
We do not use a "plugin system" for Git addons anymore, and therefore this directory is no longer useful. Indeed that directory is way more confusing, given that it includes more than mere Git addons, going from Bitbucket server command-line tools to complete rewrites of Git in exotic programming languages. Also, without this directory, the mental load of decision-making reduces a lot. When anyone is interested in including a new git-related tool, just put it into pkgs/applications/version-management, without apologies.