about summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-hound
AgeCommit message (Collapse)AuthorFilesLines
2023-12-26git-hound: 1.4 -> 1.7.2Kirill Radzikhovskyy1-4/+16
2023-09-21treewide: vendorSha256 -> vendorHash (#256514)Aaron Jheng1-1/+1
2023-07-14treewide: go-modules -> goModulesArtturin1-1/+1
In 787af0f79f128cb21b113d2eb37e64d913f18aae I had to change ${go-modules} to $goModules to allow overrideAttrs to work; However, env vars cannot contain -, so i had to change go-modules too. This in turn broke nix-update because it uses the go-modules attr. Instead of making nix-update more complicated, make go-modules naming match cargoDeps. `fd --type f | xargs sd '\bgo-modules\b' 'goModules'` and revert change to pkgs/applications/misc/dstask/default.nix and pkgs/servers/http/dave/default.nix and pkgs/os-specific/darwin/plistwatch/default.nix release note added
2022-12-19treewide: remove git-and-tools directoryAndersonTorres1-0/+31
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.