From 69c56bc0f43d76495c910bcae0858f010ec63256 Mon Sep 17 00:00:00 2001 From: Someone Serge Date: Mon, 25 Dec 2023 17:29:02 +0000 Subject: [PATCH] flake.nix: add maintainers --- .devops/nix/package.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.devops/nix/package.nix b/.devops/nix/package.nix index 5b88cf079..12b8f6645 100644 --- a/.devops/nix/package.nix +++ b/.devops/nix/package.nix @@ -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 = ''