gitoxide: set meta.mainProgram = "gix"

This commit is contained in:
Rebecca Turner
2025-11-10 10:38:30 -08:00
parent 975870c486
commit 19a34109d1

View File

@@ -61,5 +61,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
asl20
];
maintainers = with lib.maintainers; [ syberant ];
# NB: `ein` is also provided by this package, but `nix run
# nixpkgs#gitoxide` doesn't work at all without this set.
mainProgram = "gix";
};
})