alejandra: add meta.mainProgram

This commit is contained in:
Austin Horstman 2023-08-03 08:32:46 -05:00
parent 4b0ef51702
commit 9f77d92ba9
No known key found for this signature in database

View file

@ -28,5 +28,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/kamadorueda/alejandra/blob/${version}/CHANGELOG.md";
license = licenses.unlicense;
maintainers = with maintainers; [ _0x4A6F kamadorueda sciencentistguy ];
mainProgram = "alejandra";
};
}