ark/shell/hooks/default.nix
2022-02-18 20:31:01 +03:00

5 lines
77 B
Nix

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