Merge pull request #246962 from khaneliman/alejandra

alejandra: add meta.mainProgram
This commit is contained in:
0x4A6F 2023-08-03 19:41:27 +02:00 committed by GitHub
commit cdd239d1dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";
};
}