From d1eb006651335e82e0f61609c93fe3eb35b4734b Mon Sep 17 00:00:00 2001 From: Thane Gill Date: Mon, 1 Jun 2026 16:25:14 -0700 Subject: [PATCH] git-graph: enable on darwin Builds just fine on darwin as is. --- pkgs/by-name/gi/git-graph/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/gi/git-graph/package.nix b/pkgs/by-name/gi/git-graph/package.nix index c73462bb1cbc..e582b795899f 100644 --- a/pkgs/by-name/gi/git-graph/package.nix +++ b/pkgs/by-name/gi/git-graph/package.nix @@ -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