{ git.hooks = { enable = true; pre-commit.text = builtins.readFile ./pre-commit.sh; }; }