gitbutler: mark as broken

This commit is contained in:
zowoq 2024-11-18 13:58:14 +10:00
parent c6ee5d0b57
commit e34e6cb189

View File

@ -173,5 +173,6 @@ rustPlatform.buildRustPackage rec {
techknowlogick
];
platforms = lib.platforms.linux ++ lib.platforms.darwin;
broken = true; # build fails on darwin and linux
};
}