statix: add meta.mainProgram

This commit is contained in:
zowoq 2023-08-05 11:57:14 +10:00
parent f40cb1d86b
commit d886e44d9b

View file

@ -25,6 +25,7 @@ rustPlatform.buildRustPackage rec {
description = "Lints and suggestions for the nix programming language";
homepage = "https://github.com/nerdypepper/statix";
license = licenses.mit;
mainProgram = "statix";
maintainers = with maintainers; [ figsoda nerdypepper ];
};
}