Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(pkgs/git-cleanup): Don't quote the branches | Benedikt Peetz | 2024-06-01 |
| | | | | `git` cannot handle the branch names as single argument. | ||
* | fix(pkgs/git-cm): Ensure that the command is correctly named | Benedikt Peetz | 2024-05-25 |
| | |||
* | fix(pkgs/git-cleanup): Add `ssh` as a dependency | Benedikt Peetz | 2024-05-25 |
| | | | | Git requires `ssh` to perform the operations on the remote over ssh. | ||
* | chore(version): v1.38.0 | Benedikt Peetz | 2024-05-25 |
| | |||
* | feat(pkgs): Add a `git-cleanup` script | Benedikt Peetz | 2024-05-25 |
| | |||
* | refactor(git/scripts): Upgrade `git-cm` to a 'real' package | Benedikt Peetz | 2024-05-25 |
| | |||
* | refactor(pkgs): Categorize into `by-name` shards | Benedikt Peetz | 2024-05-23 |
This might not be the perfect way to organize a package set -- especially if the set is not nearly the size of nixpkgs -- but it is _at_ least a way of organization. |