ruff: add meta.mainProgram

This commit is contained in:
zowoq
2023-08-05 13:08:04 +10:00
parent 088060ab69
commit 35ec1b0ae4
+1
View File
@@ -65,6 +65,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/astral-sh/ruff";
changelog = "https://github.com/astral-sh/ruff/releases/tag/v${version}";
license = licenses.mit;
mainProgram = "ruff";
maintainers = with maintainers; [ figsoda ];
};
}