7 lines
101 B
Nix
7 lines
101 B
Nix
{
|
|
git.hooks = {
|
|
enable = true;
|
|
pre-commit.text = builtins.readFile ./pre-commit.sh;
|
|
};
|
|
}
|