overcommit: init at 0.51.0
This commit is contained in:
15
pkgs/development/tools/overcommit/default.nix
Normal file
15
pkgs/development/tools/overcommit/default.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ lib, bundlerApp }:
|
||||
|
||||
bundlerApp {
|
||||
pname = "overcommit";
|
||||
gemdir = ./.;
|
||||
exes = [ "overcommit" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Tool to manage and configure Git hooks";
|
||||
homepage = https://github.com/sds/overcommit;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ filalex77 ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user