diff --git a/flake.nix b/flake.nix index 6cb9d56..fa5880a 100644 --- a/flake.nix +++ b/flake.nix @@ -95,7 +95,11 @@ in { formatter = pkgs.alejandra; devShells.default = pkgs.mkShell { - buildInputs = [pkgs.nh]; + buildInputs = [ + pkgs.nh + pkgs.jujutsu + pkgs.git + ]; }; packages = {