Unverified Commit 9f77d92b authored by Austin Horstman's avatar Austin Horstman
Browse files

alejandra: add meta.mainProgram

parent 4b0ef517
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";
  };
}