add pre-push hook
This commit is contained in:
parent
771e718335
commit
845b7e0a58
1 changed files with 4 additions and 0 deletions
|
@ -47,4 +47,8 @@
|
|||
command = "nix flake check";
|
||||
}
|
||||
];
|
||||
|
||||
git.hooks = {
|
||||
pre-push = "nix flake check";
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue