make pre-push hook into pre-commit-hook

This commit is contained in:
Tim Schubert 2022-11-01 19:37:41 +01:00
parent 7326b0b424
commit bbb0b039fc
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -51,6 +51,6 @@
]; ];
git.hooks = { git.hooks = {
pre-push.text = "nix flake check"; pre-commit.text = "nix flake check";
}; };
}) })