add git-mit
This commit is contained in:
parent
44d307ff3f
commit
b64ec6afdc
2 changed files with 12 additions and 0 deletions
|
@ -8,4 +8,15 @@
|
|||
userEmail = "lotte@chir.rs";
|
||||
userName = "Charlotte 🦝 Delenk";
|
||||
};
|
||||
home.packages = with pkgs.rust-binaries; [
|
||||
git-mit
|
||||
git-mit-config
|
||||
git-mit-install
|
||||
git-mit-relates-to
|
||||
mit-commit-message-lints
|
||||
mit-commit-msg
|
||||
mit-hook-test-helper
|
||||
mit-pre-commit
|
||||
mit-prepare-message-commit
|
||||
];
|
||||
}
|
||||
|
|
|
@ -75,6 +75,7 @@ rec {
|
|||
(self: super: {
|
||||
chir-rs = chir-rs.outputs.defaultPackage.${system};
|
||||
nix-gaming = nix-gaming.outputs.packages.${system};
|
||||
rust-binaries = args.rust-binaries.packages.${system};
|
||||
})
|
||||
nur.overlay
|
||||
polymc.overlay
|
||||
|
|
Loading…
Reference in a new issue