pub-solar-os/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;
}