8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
13 owner = "kamadorueda";
16 hash = "sha256-g0SSfTWZ5mtMOpQic+eqq9sXMy1E/7yKxxfupZd9V4A=";
19 cargoHash = "sha256-s3932c/k9UTbJ79fBQBRDILN2VWNM1tNEV7cW4fQK74=";
22 version = testers.testVersion { package = alejandra; };
26 description = "Uncompromising Nix Code Formatter";
27 homepage = "https://github.com/kamadorueda/alejandra";
28 changelog = "https://github.com/kamadorueda/alejandra/blob/${version}/CHANGELOG.md";
29 license = licenses.unlicense;
30 maintainers = with maintainers; [ _0x4A6F kamadorueda sciencentistguy ];
31 mainProgram = "alejandra";