1# CODEOWNERS file
2#
3# This file is used to describe who owns what in this repository. This file does not
4# replace `meta.maintainers` but is instead used for other things than derivations
5# and modules, like documentation, package sets, and other assets.
6#
7# For documentation on this file, see https://help.github.com/articles/about-codeowners/
8# Mentioned users will get code review requests.
9#
10# IMPORTANT NOTE: in order to actually get pinged, commit access is required.
11# This also holds true for GitHub teams. Since almost none of our teams have write
12# permissions, you need to list all members of the team with commit access individually.
13
14# This file
15/.github/CODEOWNERS @edolstra
16
17# GitHub actions
18/.github/workflows @NixOS/Security @Mic92 @zowoq
19/.github/workflows/merge-staging @FRidh
20
21# EditorConfig
22/.editorconfig @Mic92 @zowoq
23
24# Libraries
25/lib @edolstra @nbp @infinisil
26/lib/systems @alyssais @nbp @ericson2314 @matthewbauer
27/lib/generators.nix @edolstra @nbp @Profpatsch
28/lib/cli.nix @edolstra @nbp @Profpatsch
29/lib/debug.nix @edolstra @nbp @Profpatsch
30/lib/asserts.nix @edolstra @nbp @Profpatsch
31
32# Nixpkgs Internals
33/default.nix @nbp
34/pkgs/top-level/default.nix @nbp @Ericson2314
35/pkgs/top-level/impure.nix @nbp @Ericson2314
36/pkgs/top-level/stage.nix @nbp @Ericson2314 @matthewbauer
37/pkgs/top-level/splice.nix @Ericson2314 @matthewbauer
38/pkgs/top-level/release-cross.nix @Ericson2314 @matthewbauer
39/pkgs/stdenv/generic @Ericson2314 @matthewbauer
40/pkgs/stdenv/cross @Ericson2314 @matthewbauer
41/pkgs/build-support/cc-wrapper @Ericson2314
42/pkgs/build-support/bintools-wrapper @Ericson2314
43/pkgs/build-support/setup-hooks @Ericson2314
44/pkgs/build-support/setup-hooks/auto-patchelf.sh @layus
45/pkgs/build-support/setup-hooks/auto-patchelf.py @layus
46
47# Nixpkgs build-support
48/pkgs/build-support/writers @lassulus @Profpatsch
49
50# Nixpkgs documentation
51/doc @fricklerhandwerk
52/maintainers/scripts/db-to-md.sh @jtojnar @ryantm
53/maintainers/scripts/doc @jtojnar @ryantm
54/doc/build-aux/pandoc-filters @jtojnar
55/doc/contributing/contributing-to-documentation.chapter.md @jtojnar
56
57# NixOS Internals
58/nixos/default.nix @nbp @infinisil
59/nixos/lib/from-env.nix @nbp @infinisil
60/nixos/lib/eval-config.nix @nbp @infinisil
61/nixos/doc/manual/configuration/abstractions.xml @nbp
62/nixos/doc/manual/configuration/config-file.xml @nbp
63/nixos/doc/manual/configuration/config-syntax.xml @nbp
64/nixos/doc/manual/configuration/modularity.xml @nbp
65/nixos/doc/manual/development/assertions.xml @nbp
66/nixos/doc/manual/development/meta-attributes.xml @nbp
67/nixos/doc/manual/development/option-declarations.xml @nbp
68/nixos/doc/manual/development/option-def.xml @nbp
69/nixos/doc/manual/development/option-types.xml @nbp
70/nixos/doc/manual/development/replace-modules.xml @nbp
71/nixos/doc/manual/development/writing-modules.xml @nbp
72/nixos/doc/manual/man-nixos-option.xml @nbp
73/nixos/modules/installer/tools/nixos-option.sh @nbp
74/nixos/modules/system @dasJ
75
76# NixOS integration test driver
77/nixos/lib/test-driver @tfc
78
79# Systemd
80/nixos/modules/system/boot/systemd.nix @NixOS/systemd
81/nixos/modules/system/boot/systemd @NixOS/systemd
82/nixos/lib/systemd-*.nix @NixOS/systemd
83/pkgs/os-specific/linux/systemd @NixOS/systemd
84
85# Updaters
86## update.nix
87/maintainers/scripts/update.nix @jtojnar
88/maintainers/scripts/update.py @jtojnar
89## common-updater-scripts
90/pkgs/common-updater/scripts/update-source-version @jtojnar
91
92# Python-related code and docs
93/maintainers/scripts/update-python-libraries @FRidh
94/pkgs/top-level/python-packages.nix @FRidh @jonringer
95/pkgs/development/interpreters/python @FRidh
96/pkgs/development/python-modules @FRidh @jonringer
97/doc/languages-frameworks/python.section.md @FRidh
98/pkgs/development/tools/poetry2nix @adisbladis
99/pkgs/development/interpreters/python/hooks @FRidh @jonringer
100
101# Haskell
102/doc/languages-frameworks/haskell.section.md @cdepillabout @sternenseemann @maralorn
103/maintainers/scripts/haskell @cdepillabout @sternenseemann @maralorn
104/pkgs/development/compilers/ghc @cdepillabout @sternenseemann @maralorn
105/pkgs/development/haskell-modules @cdepillabout @sternenseemann @maralorn
106/pkgs/test/haskell @cdepillabout @sternenseemann @maralorn
107/pkgs/top-level/release-haskell.nix @cdepillabout @sternenseemann @maralorn
108/pkgs/top-level/haskell-packages.nix @cdepillabout @sternenseemann @maralorn
109
110# Perl
111/pkgs/development/interpreters/perl @stigtsp @zakame
112/pkgs/top-level/perl-packages.nix @stigtsp @zakame
113/pkgs/development/perl-modules @stigtsp @zakame
114
115# R
116/pkgs/applications/science/math/R @jbedo
117/pkgs/development/r-modules @jbedo
118
119# Ruby
120/pkgs/development/interpreters/ruby @marsam
121/pkgs/development/ruby-modules @marsam
122
123# Rust
124/pkgs/development/compilers/rust @Mic92 @LnL7 @zowoq
125/pkgs/build-support/rust @zowoq
126/doc/languages-frameworks/rust.section.md @zowoq
127
128# C compilers
129/pkgs/development/compilers/gcc @matthewbauer
130/pkgs/development/compilers/llvm @matthewbauer
131
132# Compatibility stuff
133/pkgs/top-level/unix-tools.nix @matthewbauer
134/pkgs/development/tools/xcbuild @matthewbauer
135
136# Audio
137/nixos/modules/services/audio/botamusique.nix @mweinelt
138/nixos/modules/services/audio/snapserver.nix @mweinelt
139/nixos/tests/modules/services/audio/botamusique.nix @mweinelt
140/nixos/tests/snapcast.nix @mweinelt
141
142# Browsers
143/pkgs/applications/networking/browsers/firefox @mweinelt
144
145# Jetbrains
146/pkgs/applications/editors/jetbrains @edwtjo
147
148# Licenses
149/lib/licenses.nix @alyssais
150
151# Qt / KDE
152/pkgs/applications/kde @ttuegel
153/pkgs/desktops/plasma-5 @ttuegel
154/pkgs/development/libraries/kde-frameworks @ttuegel
155/pkgs/development/libraries/qt-5 @ttuegel
156
157# PostgreSQL and related stuff
158/pkgs/servers/sql/postgresql @thoughtpolice @marsam
159/nixos/modules/services/databases/postgresql.xml @thoughtpolice
160/nixos/modules/services/databases/postgresql.nix @thoughtpolice
161/nixos/tests/postgresql.nix @thoughtpolice
162
163# Hardened profile & related modules
164/nixos/modules/profiles/hardened.nix @joachifm
165/nixos/modules/security/hidepid.nix @joachifm
166/nixos/modules/security/lock-kernel-modules.nix @joachifm
167/nixos/modules/security/misc.nix @joachifm
168/nixos/tests/hardened.nix @joachifm
169/pkgs/os-specific/linux/kernel/hardened-config.nix @joachifm
170
171# Home Automation
172/nixos/modules/services/misc/home-assistant.nix @mweinelt
173/nixos/modules/services/misc/zigbee2mqtt.nix @mweinelt
174/nixos/tests/home-assistant.nix @mweinelt
175/nixos/tests/zigbee2mqtt.nix @mweinelt
176/pkgs/servers/home-assistant @mweinelt
177/pkgs/tools/misc/esphome @mweinelt
178
179# Network Time Daemons
180/pkgs/tools/networking/chrony @thoughtpolice
181/pkgs/tools/networking/ntp @thoughtpolice
182/pkgs/tools/networking/openntpd @thoughtpolice
183/nixos/modules/services/networking/ntp @thoughtpolice
184
185# Network
186/pkgs/tools/networking/kea/default.nix @mweinelt
187/pkgs/tools/networking/babeld/default.nix @mweinelt
188/nixos/modules/services/networking/babeld.nix @mweinelt
189/nixos/modules/services/networking/kea.nix @mweinelt
190/nixos/modules/services/networking/knot.nix @mweinelt
191/nixos/tests/babeld.nix @mweinelt
192/nixos/tests/kea.nix @mweinelt
193/nixos/tests/knot.nix @mweinelt
194
195# Dhall
196/pkgs/development/dhall-modules @Gabriella439 @Profpatsch @ehmry
197/pkgs/development/interpreters/dhall @Gabriella439 @Profpatsch @ehmry
198
199# Idris
200/pkgs/development/idris-modules @Infinisil
201
202# Bazel
203/pkgs/development/tools/build-managers/bazel @Profpatsch
204
205# NixOS modules for e-mail and dns services
206/nixos/modules/services/mail/mailman.nix @peti
207/nixos/modules/services/mail/postfix.nix @peti
208/nixos/modules/services/networking/bind.nix @peti
209/nixos/modules/services/mail/rspamd.nix @peti
210
211# Emacs
212/pkgs/applications/editors/emacs/elisp-packages @adisbladis
213/pkgs/applications/editors/emacs @adisbladis
214/pkgs/top-level/emacs-packages.nix @adisbladis
215
216# Neovim
217/pkgs/applications/editors/neovim @jonringer @teto
218
219# VimPlugins
220/pkgs/applications/editors/vim/plugins @jonringer
221
222# VsCode Extensions
223/pkgs/applications/editors/vscode/extensions @jonringer
224
225# Prometheus exporter modules and tests
226/nixos/modules/services/monitoring/prometheus/exporters.nix @WilliButz
227/nixos/modules/services/monitoring/prometheus/exporters.xml @WilliButz
228/nixos/tests/prometheus-exporters.nix @WilliButz
229
230# PHP interpreter, packages, extensions, tests and documentation
231/doc/languages-frameworks/php.section.md @aanderse @etu @globin @ma27 @talyz
232/nixos/tests/php @aanderse @etu @globin @ma27 @talyz
233/pkgs/build-support/build-pecl.nix @aanderse @etu @globin @ma27 @talyz
234/pkgs/development/interpreters/php @jtojnar @aanderse @etu @globin @ma27 @talyz
235/pkgs/development/php-packages @aanderse @etu @globin @ma27 @talyz
236/pkgs/top-level/php-packages.nix @jtojnar @aanderse @etu @globin @ma27 @talyz
237
238# Podman, CRI-O modules and related
239/nixos/modules/virtualisation/containers.nix @zowoq @adisbladis
240/nixos/modules/virtualisation/cri-o.nix @zowoq @adisbladis
241/nixos/modules/virtualisation/podman @zowoq @adisbladis
242/nixos/tests/cri-o.nix @zowoq @adisbladis
243/nixos/tests/podman @zowoq @adisbladis
244
245# Docker tools
246/pkgs/build-support/docker @roberth
247/nixos/tests/docker-tools* @roberth
248/doc/builders/images/dockertools.section.md @roberth
249
250# Blockchains
251/pkgs/applications/blockchains @mmahut @RaghavSood
252
253# Go
254/doc/languages-frameworks/go.section.md @kalbasit @Mic92 @zowoq
255/pkgs/build-support/go @kalbasit @Mic92 @zowoq
256/pkgs/development/compilers/go @kalbasit @Mic92 @zowoq
257
258# GNOME
259/pkgs/desktops/gnome @jtojnar
260/pkgs/desktops/gnome/extensions @piegamesde @jtojnar
261
262# Cinnamon
263/pkgs/desktops/cinnamon @mkg20001
264
265# nim
266/pkgs/development/compilers/nim @ehmry
267/pkgs/development/nim-packages @ehmry
268/pkgs/top-level/nim-packages.nix @ehmry
269
270# terraform providers
271/pkgs/applications/networking/cluster/terraform-providers @zowoq
272
273# kubernetes
274/nixos/doc/manual/configuration/kubernetes.chapter.md @zowoq
275/nixos/modules/services/cluster/kubernetes @zowoq
276/nixos/tests/kubernetes @zowoq
277/pkgs/applications/networking/cluster/kubernetes @zowoq
278
279# Matrix
280/pkgs/servers/heisenbridge @piegamesde
281/pkgs/servers/matrix-conduit @piegamesde
282/pkgs/servers/matrix-synapse/matrix-appservice-irc @piegamesde
283/nixos/modules/services/misc/heisenbridge.nix @piegamesde
284/nixos/modules/services/misc/matrix-appservice-irc.nix @piegamesde
285/nixos/modules/services/misc/matrix-conduit.nix @piegamesde
286/nixos/tests/matrix-appservice-irc.nix @piegamesde
287/nixos/tests/matrix-conduit.nix @piegamesde
288
289# Dotnet
290/pkgs/build-support/dotnet @IvarWithoutBones
291/pkgs/development/compilers/dotnet @IvarWithoutBones