make pre-push hook into pre-commit-hook
This commit is contained in:
parent
7326b0b424
commit
bbb0b039fc
1 changed files with 1 additions and 1 deletions
|
@ -51,6 +51,6 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
git.hooks = {
|
git.hooks = {
|
||||||
pre-push.text = "nix flake check";
|
pre-commit.text = "nix flake check";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue