pub-solar-os/shell/hooks/default.nix

5 lines
76 B
Nix
Raw Normal View History

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