diff --git a/devshell.nix b/devshell.nix index e18efe9..9d446a9 100644 --- a/devshell.nix +++ b/devshell.nix @@ -47,4 +47,8 @@ command = "nix flake check"; } ]; + + git.hooks = { + pre-push = "nix flake check"; + }; })