comma: add meta.mainProgram

This commit is contained in:
ShaddyDC 2023-10-13 14:34:25 +02:00
parent a1bd79b94c
commit 7b55910980
No known key found for this signature in database

View File

@ -37,6 +37,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/nix-community/comma";
description = "Runs programs without installing them";
license = licenses.mit;
mainProgram = "comma";
maintainers = with maintainers; [ Enzime artturin marsam ];
};
}