statix: add meta.mainProgram
This commit is contained in:
parent
f40cb1d86b
commit
d886e44d9b
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue