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.
7 # For documentation on this file, see https://help.github.com/articles/about-codeowners/
8 # Mentioned users will get code review requests.
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.
15 /.github/workflows @NixOS/Security @Mic92 @zowoq
18 /.editorconfig @Mic92 @zowoq
22 /lib/systems @alyssais @ericson2314
23 /lib/generators.nix @infinisil @Profpatsch
24 /lib/cli.nix @infinisil @Profpatsch
25 /lib/debug.nix @infinisil @Profpatsch
26 /lib/asserts.nix @infinisil @Profpatsch
27 /lib/path.* @infinisil
28 /lib/fileset @infinisil
29 ## Libraries / Module system
30 /lib/modules.nix @infinisil @roberth
31 /lib/types.nix @infinisil @roberth
32 /lib/options.nix @infinisil @roberth
33 /lib/tests/modules.sh @infinisil @roberth
34 /lib/tests/modules @infinisil @roberth
37 /default.nix @Ericson2314
38 /pkgs/top-level/default.nix @Ericson2314
39 /pkgs/top-level/impure.nix @Ericson2314
40 /pkgs/top-level/stage.nix @Ericson2314
41 /pkgs/top-level/splice.nix @Ericson2314
42 /pkgs/top-level/release-cross.nix @Ericson2314
43 /pkgs/stdenv/generic @Ericson2314
44 /pkgs/stdenv/generic/check-meta.nix @Ericson2314
45 /pkgs/stdenv/cross @Ericson2314
46 /pkgs/build-support/cc-wrapper @Ericson2314
47 /pkgs/build-support/bintools-wrapper @Ericson2314
48 /pkgs/build-support/setup-hooks @Ericson2314
49 /pkgs/build-support/setup-hooks/auto-patchelf.sh @layus
50 /pkgs/build-support/setup-hooks/auto-patchelf.py @layus
51 /pkgs/pkgs-lib @infinisil
52 ## Format generators/serializers
53 /pkgs/pkgs-lib/formats/libconfig @ckiee @h7x4
54 /pkgs/pkgs-lib/formats/hocon @h7x4
57 /pkgs/test/check-by-name @infinisil
58 /pkgs/by-name/README.md @infinisil
59 /pkgs/top-level/by-name-overlay.nix @infinisil
60 /.github/workflows/check-by-name.yml @infinisil
62 # Nixpkgs build-support
63 /pkgs/build-support/writers @lassulus @Profpatsch
65 # Nixpkgs make-disk-image
66 /doc/build-helpers/images/makediskimage.section.md @raitobezarius
67 /nixos/lib/make-disk-image.nix @raitobezarius
69 # Nix, the package manager
70 pkgs/tools/package-management/nix/ @raitobezarius @ma27
71 nixos/modules/installer/tools/nix-fallback-paths.nix @raitobezarius @ma27
73 # Nixpkgs documentation
74 /maintainers/scripts/db-to-md.sh @jtojnar @ryantm
75 /maintainers/scripts/doc @jtojnar @ryantm
77 # Contributor documentation
78 /CONTRIBUTING.md @infinisil
79 /.github/PULL_REQUEST_TEMPLATE.md @infinisil
80 /doc/contributing/ @infinisil
81 /doc/contributing/contributing-to-documentation.chapter.md @jtojnar @infinisil
82 /lib/README.md @infinisil
83 /doc/README.md @infinisil
84 /nixos/README.md @infinisil
85 /pkgs/README.md @infinisil
86 /maintainers/README.md @infinisil
88 # User-facing development documentation
89 /doc/development.md @infinisil
90 /doc/development @infinisil
93 /nixos/default.nix @infinisil
94 /nixos/lib/from-env.nix @infinisil
95 /nixos/lib/eval-config.nix @infinisil
96 /nixos/modules/system @dasJ
97 /nixos/modules/system/activation/bootspec.nix @grahamc @cole-h @raitobezarius
98 /nixos/modules/system/activation/bootspec.cue @grahamc @cole-h @raitobezarius
100 # NixOS integration test driver
101 /nixos/lib/test-driver @tfc
103 # NixOS QEMU virtualisation
104 /nixos/virtualisation/qemu-vm.nix @raitobezarius
107 /nixos/modules/system/boot/systemd.nix @NixOS/systemd
108 /nixos/modules/system/boot/systemd @NixOS/systemd
109 /nixos/lib/systemd-*.nix @NixOS/systemd
110 /pkgs/os-specific/linux/systemd @NixOS/systemd
113 /nixos/modules/system/boot/loader/systemd-boot @JulienMalka
115 # Images and installer media
116 /nixos/modules/installer/cd-dvd/ @samueldr
117 /nixos/modules/installer/sd-card/ @samueldr
121 /maintainers/scripts/update.nix @jtojnar
122 /maintainers/scripts/update.py @jtojnar
123 ## common-updater-scripts
124 /pkgs/common-updater/scripts/update-source-version @jtojnar
126 # Python-related code and docs
127 /doc/languages-frameworks/python.section.md @mweinelt
128 /pkgs/development/interpreters/python/hooks @jonringer
131 /doc/languages-frameworks/haskell.section.md @sternenseemann @maralorn @ncfavier
132 /maintainers/scripts/haskell @sternenseemann @maralorn @ncfavier
133 /pkgs/development/compilers/ghc @sternenseemann @maralorn @ncfavier
134 /pkgs/development/haskell-modules @sternenseemann @maralorn @ncfavier
135 /pkgs/test/haskell @sternenseemann @maralorn @ncfavier
136 /pkgs/top-level/release-haskell.nix @sternenseemann @maralorn @ncfavier
137 /pkgs/top-level/haskell-packages.nix @sternenseemann @maralorn @ncfavier
140 /pkgs/development/interpreters/perl @stigtsp @zakame @dasJ @marcusramberg
141 /pkgs/top-level/perl-packages.nix @stigtsp @zakame @dasJ @marcusramberg
142 /pkgs/development/perl-modules @stigtsp @zakame @dasJ @marcusramberg
145 /pkgs/applications/science/math/R @jbedo
146 /pkgs/development/r-modules @jbedo
149 /pkgs/development/compilers/rust @Mic92 @zowoq @winterqt @figsoda
150 /pkgs/build-support/rust @zowoq @winterqt @figsoda
151 /doc/languages-frameworks/rust.section.md @zowoq @winterqt @figsoda
154 /pkgs/development/compilers/gcc
155 /pkgs/development/compilers/emscripten @raitobezarius
156 /doc/languages-frameworks/emscripten.section.md @raitobezarius
159 /nixos/modules/services/audio/botamusique.nix @mweinelt
160 /nixos/modules/services/audio/snapserver.nix @mweinelt
161 /nixos/tests/modules/services/audio/botamusique.nix @mweinelt
162 /nixos/tests/snapcast.nix @mweinelt
165 /pkgs/applications/networking/browsers/firefox @mweinelt
166 /pkgs/applications/networking/browsers/chromium @emilylange
167 /nixos/tests/chromium.nix @emilylange
169 # Certificate Authorities
170 pkgs/data/misc/cacert/ @ajs124 @lukegb @mweinelt
171 pkgs/development/libraries/nss/ @ajs124 @lukegb @mweinelt
172 pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
175 /pkgs/applications/editors/jetbrains @edwtjo
178 /lib/licenses.nix @alyssais
181 /pkgs/development/libraries/qt-5 @K900 @NickCao @SuperSandro2000 @ttuegel
182 /pkgs/development/libraries/qt-6 @K900 @NickCao @SuperSandro2000 @ttuegel
185 /pkgs/applications/kde @K900 @NickCao @SuperSandro2000 @ttuegel
186 /pkgs/desktops/plasma-5 @K900 @NickCao @SuperSandro2000 @ttuegel
187 /pkgs/development/libraries/kde-frameworks @K900 @NickCao @SuperSandro2000 @ttuegel
190 /pkgs/kde @K900 @NickCao @SuperSandro2000 @ttuegel
191 /maintainers/scripts/kde @K900 @NickCao @SuperSandro2000 @ttuegel
193 # PostgreSQL and related stuff
194 /pkgs/servers/sql/postgresql @thoughtpolice
195 /nixos/modules/services/databases/postgresql.xml @thoughtpolice
196 /nixos/modules/services/databases/postgresql.nix @thoughtpolice
197 /nixos/tests/postgresql.nix @thoughtpolice
199 # Hardened profile & related modules
200 /nixos/modules/profiles/hardened.nix @joachifm
201 /nixos/modules/security/hidepid.nix @joachifm
202 /nixos/modules/security/lock-kernel-modules.nix @joachifm
203 /nixos/modules/security/misc.nix @joachifm
204 /nixos/tests/hardened.nix @joachifm
205 /pkgs/os-specific/linux/kernel/hardened-config.nix @joachifm
208 /nixos/modules/services/misc/home-assistant.nix @mweinelt
209 /nixos/modules/services/misc/zigbee2mqtt.nix @mweinelt
210 /nixos/tests/home-assistant.nix @mweinelt
211 /nixos/tests/zigbee2mqtt.nix @mweinelt
212 /pkgs/servers/home-assistant @mweinelt
213 /pkgs/tools/misc/esphome @mweinelt
215 # Network Time Daemons
216 /pkgs/tools/networking/chrony @thoughtpolice
217 /pkgs/tools/networking/ntp @thoughtpolice
218 /pkgs/tools/networking/openntpd @thoughtpolice
219 /nixos/modules/services/networking/ntp @thoughtpolice
222 /pkgs/tools/networking/octodns @Janik-Haag
223 /pkgs/tools/networking/kea/default.nix @mweinelt
224 /pkgs/tools/networking/babeld/default.nix @mweinelt
225 /nixos/modules/services/networking/babeld.nix @mweinelt
226 /nixos/modules/services/networking/kea.nix @mweinelt
227 /nixos/modules/services/networking/knot.nix @mweinelt
228 nixos/modules/services/networking/networkmanager.nix @Janik-Haag
229 /nixos/modules/services/monitoring/prometheus/exporters/kea.nix @mweinelt
230 /nixos/tests/babeld.nix @mweinelt
231 /nixos/tests/kea.nix @mweinelt
232 /nixos/tests/knot.nix @mweinelt
233 /nixos/tests/networking/* @Janik-Haag
236 /doc/packages/nginx.section.md @raitobezarius
237 /pkgs/servers/http/nginx/ @raitobezarius
238 /nixos/modules/services/web-servers/nginx/ @raitobezarius
241 /pkgs/development/dhall-modules @Gabriella439 @Profpatsch @ehmry
242 /pkgs/development/interpreters/dhall @Gabriella439 @Profpatsch @ehmry
245 /pkgs/development/idris-modules @Infinisil
248 /pkgs/development/tools/build-managers/bazel @Profpatsch
250 # NixOS modules for e-mail and dns services
251 /nixos/modules/services/mail/mailman.nix @peti
252 /nixos/modules/services/mail/postfix.nix @peti
253 /nixos/modules/services/networking/bind.nix @peti
254 /nixos/modules/services/mail/rspamd.nix @peti
257 /pkgs/applications/editors/emacs/elisp-packages @adisbladis
258 /pkgs/applications/editors/emacs @adisbladis
259 /pkgs/top-level/emacs-packages.nix @adisbladis
262 /pkgs/applications/editors/neovim @figsoda @jonringer @teto
265 /pkgs/applications/editors/vim/plugins @figsoda @jonringer
268 /pkgs/applications/editors/vscode/extensions @jonringer
270 # PHP interpreter, packages, extensions, tests and documentation
271 /doc/languages-frameworks/php.section.md @aanderse @drupol @globin @ma27 @talyz
272 /nixos/tests/php @aanderse @drupol @globin @ma27 @talyz
273 /pkgs/build-support/php/build-pecl.nix @aanderse @drupol @globin @ma27 @talyz
274 /pkgs/build-support/php @drupol
275 /pkgs/development/interpreters/php @jtojnar @aanderse @drupol @globin @ma27 @talyz
276 /pkgs/development/php-packages @aanderse @drupol @globin @ma27 @talyz
277 /pkgs/top-level/php-packages.nix @jtojnar @aanderse @drupol @globin @ma27 @talyz
280 /pkgs/build-support/docker @roberth
281 /nixos/tests/docker-tools* @roberth
282 /doc/build-helpers/images/dockertools.section.md @roberth
285 /pkgs/applications/blockchains @mmahut @RaghavSood
288 /doc/languages-frameworks/go.section.md @kalbasit @Mic92 @zowoq
289 /pkgs/build-support/go @kalbasit @Mic92 @zowoq
290 /pkgs/development/compilers/go @kalbasit @Mic92 @zowoq
293 /pkgs/desktops/gnome @jtojnar
294 /pkgs/desktops/gnome/extensions @jtojnar
295 /pkgs/build-support/make-hardcode-gsettings-patch @jtojnar
298 /pkgs/desktops/cinnamon @mkg20001
301 /pkgs/development/compilers/nim @ehmry
302 /pkgs/development/nim-packages @ehmry
303 /pkgs/top-level/nim-packages.nix @ehmry
305 # terraform providers
306 /pkgs/applications/networking/cluster/terraform-providers @zowoq
309 nixos/modules/services/misc/forgejo.nix @bendlas @emilylange
310 pkgs/applications/version-management/forgejo @bendlas @emilylange
313 /pkgs/build-support/dotnet @IvarWithoutBones
314 /pkgs/development/compilers/dotnet @IvarWithoutBones
315 /pkgs/test/dotnet @IvarWithoutBones
316 /doc/languages-frameworks/dotnet.section.md @IvarWithoutBones
319 /pkgs/build-support/node/build-npm-package @lilyinstarlight @winterqt
320 /pkgs/build-support/node/fetch-npm-deps @lilyinstarlight @winterqt
321 /doc/languages-frameworks/javascript.section.md @lilyinstarlight @winterqt
323 # environment.noXlibs option aka NoX
324 /nixos/modules/config/no-x-libs.nix @SuperSandro2000
327 /pkgs/build-support/ocaml @ulrikstrid
328 /pkgs/development/compilers/ocaml @ulrikstrid
329 /pkgs/development/ocaml-modules @ulrikstrid
332 pkgs/os-specific/linux/zfs/2_1.nix @raitobezarius
333 pkgs/os-specific/linux/zfs/generic.nix @raitobezarius
334 nixos/modules/tasks/filesystems/zfs.nix @raitobezarius
335 nixos/tests/zfs.nix @raitobezarius
338 /pkgs/development/compilers/zig @figsoda
339 /doc/hooks/zig.section.md @figsoda
342 nixos/modules/services/continuous-integration/buildbot @Mic92 @zowoq
343 nixos/tests/buildbot.nix @Mic92 @zowoq
344 pkgs/development/tools/continuous-integration/buildbot @Mic92 @zowoq
347 pkgs/by-name/pr/pretix/ @mweinelt
348 pkgs/by-name/pr/pretalx/ @mweinelt
349 nixos/modules/services/web-apps/pretix.nix @mweinelt
350 nixos/modules/services/web-apps/pretalx.nix @mweinelt
351 nixos/tests/web-apps/pretix.nix @mweinelt
352 nixos/tests/web-apps/pretalx.nix @mweinelt
355 nixos/maintainers/scripts/lxd/ @adamcstephens
356 nixos/modules/virtualisation/incus.nix @adamcstephens
357 nixos/modules/virtualisation/lxc* @adamcstephens
358 nixos/modules/virtualisation/lxd* @adamcstephens
359 nixos/tests/incus/ @adamcstephens
360 nixos/tests/lxd/ @adamcstephens
361 pkgs/by-name/in/incus/ @adamcstephens
362 pkgs/by-name/lx/lxc* @adamcstephens
363 pkgs/by-name/lx/lxd* @adamcstephens
364 pkgs/os-specific/linux/lxc/ @adamcstephens