gitoxide: set meta.mainProgram = "gix" (#460419)

This commit is contained in:
jade
2025-11-11 21:52:13 +00:00
committed by GitHub
+3
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";
};
})