diff --git a/flake.nix b/flake.nix index 32b24c3..7f4b540 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,9 @@ name = "DevShell"; buildInputs = with channels.nixpkgs; [ alejandra - nixpkgs-lint + direnv + git + pre-commit ]; }; };