add git-mit

This commit is contained in:
Charlotte 🦝 Delenk 2022-03-05 21:42:53 +01:00
parent 44d307ff3f
commit b64ec6afdc
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 12 additions and 0 deletions

View file

@ -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
];
}

View file

@ -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