add pre-push hook

This commit is contained in:
Tim Schubert 2022-10-28 22:09:21 +02:00
parent 771e718335
commit 845b7e0a58
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -47,4 +47,8 @@
command = "nix flake check";
}
];
git.hooks = {
pre-push = "nix flake check";
};
})