{ devShells.default = pkgs.mkShell { buildInputs = with pkgs; [ cargo python ]; }; }