mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
statix: add meta.mainProgram
This commit is contained in:
parent
f40cb1d86b
commit
d886e44d9b
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user