os/shell/hooks/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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;
}