ark/shell/hooks/default.nix

5 lines
76 B
Nix
Raw Normal View History

{
enable = true;
2021-07-17 00:01:25 +03:00
pre-commit.text = builtins.readFile ./pre-commit.sh;
}