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