We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 29a4d94 commit ecfcd0bCopy full SHA for ecfcd0b
pkgs/applications/version-management/git-up/default.nix
@@ -31,5 +31,6 @@ python2Packages.buildPythonApplication rec {
31
license = licenses.mit;
32
maintainers = with maintainers; [ peterhoeg ];
33
platforms = platforms.all;
34
+ broken = true; # Incompatible with Git 2.15 object store.
35
};
36
}
0 commit comments