diff --git a/flake.nix b/flake.nix index 406b620..04cedcf 100644 --- a/flake.nix +++ b/flake.nix @@ -67,6 +67,8 @@ }; git = pkgs.git.override { perlSupport = false; + pythonSupport = false; + svnSupport = false; sendEmailSupport = false; withManual = false; withSsh = true;