diff --git a/devenv.nix b/devenv.nix index 43e7a4e..675f39b 100644 --- a/devenv.nix +++ b/devenv.nix @@ -11,8 +11,11 @@ # https://devenv.sh/packages/ packages = with pkgs; [ + # Required for packages with Rust dependencies (eg. pydantic-core) cargo rustc + # https://github.com/DataChefHQ/inception/issues/21 + git ]; languages.python = {