1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-24 16:44:52 +03:00
digga/shell/hooks/default.nix
David Arnold a088edd77a fmt
2021-07-16 16:57:57 -05:00

5 lines
76 B
Nix

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