devos/shell/hooks/default.nix

5 lines
76 B
Nix

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