8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
13 owner = "kamadorueda";
16 sha256 = "sha256-xFumnivtVwu5fFBOrTxrv6fv3geHKF04RGP23EsDVaI=";
19 cargoSha256 = "sha256-tF8E9mnvkTXoViVss9cNjpU4UkEsARp4RtlxKWq55hc=";
22 version = testers.testVersion { package = alejandra; };
26 description = "The 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 ];