flake.nix: add maintainers

This commit is contained in:
Someone Serge 2023-12-25 17:29:02 +00:00
parent 0fa62c1ab9
commit 69c56bc0f4
No known key found for this signature in database
GPG key ID: 7B0E3B1390D61DA4

View file

@ -104,6 +104,16 @@ effectiveStdenv.mkDerivation (
meta = { meta = {
description = "Inference of LLaMA model in pure C/C++${descriptionSuffix}"; description = "Inference of LLaMA model in pure C/C++${descriptionSuffix}";
mainProgram = "llama"; 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 = '' postPatch = ''