overcommit: migrate to pkgs/by-name, format with nixfmt-rfc-style

This commit is contained in:
Anthony ROUSSEL 2024-09-17 20:44:11 +02:00 committed by Anthony Roussel
parent d263cdfff4
commit 9c5b9e3b5f
5 changed files with 12 additions and 7 deletions

View File

@ -1,4 +1,8 @@
{ lib, bundlerApp, bundlerUpdateScript }:
{
lib,
bundlerApp,
bundlerUpdateScript,
}:
bundlerApp {
pname = "overcommit";
@ -11,9 +15,12 @@ bundlerApp {
meta = with lib; {
description = "Tool to manage and configure Git hooks";
homepage = "https://github.com/sds/overcommit";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne anthonyroussel ];
platforms = platforms.unix;
homepage = "https://github.com/sds/overcommit";
license = licenses.mit;
maintainers = with maintainers; [
Br1ght0ne
anthonyroussel
];
platforms = platforms.unix;
};
}

View File

@ -10950,8 +10950,6 @@ with pkgs;
ovftool = callPackage ../tools/virtualization/ovftool { };
overcommit = callPackage ../development/tools/overcommit { };
overmind = callPackage ../applications/misc/overmind { };
oxker = callPackage ../applications/misc/oxker { };