Skip to content

Commit 2701fb3

Browse files
committed
flake.nix: add maintainers
1 parent d5252be commit 2701fb3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.devops/nix/package.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,16 @@ effectiveStdenv.mkDerivation (
104104
meta = {
105105
description = "Inference of LLaMA model in pure C/C++${descriptionSuffix}";
106106
mainProgram = "llama";
107+
108+
109+
# These people might respond if you ping them in case of Nix-specific
110+
# regressions or for reviewing Nix-specific PRs.
111+
112+
# Note that lib.maintainers is defined in Nixpkgs.
113+
maintainers = with lib.maintainers; [
114+
philiptaron
115+
SomeoneSerge
116+
];
107117
};
108118

109119
postPatch = ''

0 commit comments

Comments
 (0)