about summary refs log tree commit diff
path: root/pkgs/applications/version-management/radicle-cli
AgeCommit message (Collapse)AuthorFilesLines
2023-04-15radicle-cli: fix build by setting `auditable = false`amesgen1-0/+3
2023-03-26tree-wide: convert rust with git deps to importCargoLockYureka2-1/+6902
2023-02-13radicle-cli: add version testamesgen1-0/+6
2023-02-13radicle-cli: fix build by re-adding git to nativeCheckInputsamesgen1-1/+5
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-12-19treewide: remove git-and-tools directoryAndersonTorres1-0/+66
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.