diff --git a/shell.nix b/shell.nix index 28777ca..626f370 100644 --- a/shell.nix +++ b/shell.nix @@ -15,5 +15,5 @@ let # It has to do with the maturin rust dependencies }; in myAppEnv.env.overrideAttrs (oldAttrs: { - buildInputs = [ pkgs.quarto pkgs.which ]; + buildInputs = [ pkgs.quarto pkgs.which pkgs.git ]; })