flake.nix: add maintainers
This commit is contained in:
parent
34f2477854
commit
0925e7ee7c
1 changed files with 10 additions and 0 deletions
|
@ -104,6 +104,16 @@ effectiveStdenv.mkDerivation (
|
|||
meta = {
|
||||
description = "Inference of LLaMA model in pure C/C++${descriptionSuffix}";
|
||||
mainProgram = "llama";
|
||||
|
||||
|
||||
# These people might respond if you ping them in case of Nix-specific
|
||||
# regressions or for reviewing Nix-specific PRs.
|
||||
|
||||
# Note that lib.maintainers is defined in Nixpkgs.
|
||||
maintainers = with lib.maintainers; [
|
||||
philiptaron
|
||||
SomeoneSerge
|
||||
];
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue