git-graph: enable on darwin

Builds just fine on darwin as is.
This commit is contained in:
Thane Gill
2026-06-01 16:25:14 -07:00
committed by GitHub
parent b276ea6743
commit d1eb006651
-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