git-graph: enable on darwin (#526926)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-02 05:47:33 +00:00
committed by GitHub
-1
View File
@@ -22,7 +22,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
description = "Command line tool to show clear git graphs arranged for your branching model";
homepage = "https://github.com/mlange-42/git-graph";
license = lib.licenses.mit;
broken = stdenv.hostPlatform.isDarwin;
maintainers = with lib.maintainers; [
cafkafk
matthiasbeyer