Skip to content

Commit 657d09f

Browse files
committed
nix: clarify the interpretation of meta.maintainers
1 parent ab3c2db commit 657d09f

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.devops/nix/package.nix

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,16 @@ effectiveStdenv.mkDerivation (
186186
# Accommodates `nix run` and `lib.getExe`
187187
mainProgram = "llama";
188188

189-
# These people might respond if you ping them in case of Nix-specific
190-
# regressions or for reviewing Nix-specific PRs.
191-
192-
# Note that lib.maintainers is defined in Nixpkgs.
189+
# These people might respond, on the best effort basis, if you ping them
190+
# in case of Nix-specific regressions or for reviewing Nix-specific PRs.
191+
# Consider adding yourself to this list if you want to ensure this flake
192+
# stays maintained and you're willing to invest your time. Do not add
193+
# other people without their consent. Consider removing people after
194+
# they've been unreachable for long periods of time.
195+
196+
# Note that lib.maintainers is defined in Nixpkgs, but you may just add
197+
# an attrset following the same format as in
198+
# https://github.com/NixOS/nixpkgs/blob/f36a80e54da29775c78d7eff0e628c2b4e34d1d7/maintainers/maintainer-list.nix
193199
maintainers = with lib.maintainers; [
194200
philiptaron
195201
SomeoneSerge

0 commit comments

Comments
 (0)