1 # This file is used to describe who owns what in this repository.
2 # Users/teams will get review requests for PRs that change their files.
4 # This file does not replace `meta.maintainers`
5 # but is instead used for other things than derivations and modules,
6 # like documentation, package sets, and other assets.
8 # This file uses the same syntax as the natively supported CODEOWNERS file,
9 # see https://help.github.com/articles/about-codeowners/ for documentation.
10 # However it comes with some notable differences:
11 # - There is no need for user/team listed here to have write access.
12 # - No reviews will be requested for PRs that target the wrong base branch.
14 # Processing of this file is implemented in workflows/codeowners-v2.yml
17 /.github/workflows @NixOS/Security @Mic92 @zowoq
18 /.github/workflows/check-nix-format.yml @infinisil
19 /.github/workflows/nixpkgs-vet.yml @infinisil @philiptaron
20 /.github/workflows/codeowners-v2.yml @infinisil
21 /ci @infinisil @philiptaron @NixOS/Security
22 /ci/OWNERS @infinisil @philiptaron
25 /.editorconfig @Mic92 @zowoq
26 /shell.nix @infinisil @NixOS/Security
30 /lib/systems @alyssais @ericson2314 @NixOS/stdenv
31 /lib/generators.nix @infinisil @Profpatsch
32 /lib/cli.nix @infinisil @Profpatsch
33 /lib/debug.nix @infinisil @Profpatsch
34 /lib/asserts.nix @infinisil @Profpatsch
35 /lib/path/* @infinisil
36 /lib/fileset @infinisil
37 ## Libraries / Module system
38 /lib/modules.nix @infinisil @roberth
39 /lib/types.nix @infinisil @roberth
40 /lib/options.nix @infinisil @roberth
41 /lib/tests/modules.sh @infinisil @roberth
42 /lib/tests/modules @infinisil @roberth
45 /default.nix @Ericson2314
46 /pkgs/top-level/default.nix @Ericson2314
47 /pkgs/top-level/impure.nix @Ericson2314
48 /pkgs/top-level/stage.nix @Ericson2314
49 /pkgs/top-level/splice.nix @Ericson2314
50 /pkgs/top-level/release-cross.nix @Ericson2314
51 /pkgs/top-level/by-name-overlay.nix @infinisil @philiptaron
52 /pkgs/stdenv @philiptaron @NixOS/stdenv
53 /pkgs/stdenv/generic @Ericson2314 @NixOS/stdenv
54 /pkgs/stdenv/generic/check-meta.nix @Ericson2314 @NixOS/stdenv
55 /pkgs/stdenv/cross @Ericson2314 @NixOS/stdenv
56 /pkgs/build-support @philiptaron
57 /pkgs/build-support/cc-wrapper @Ericson2314
58 /pkgs/build-support/bintools-wrapper @Ericson2314
59 /pkgs/build-support/setup-hooks @Ericson2314
60 /pkgs/build-support/setup-hooks/auto-patchelf.sh @layus
61 /pkgs/by-name/au/auto-patchelf @layus
62 /pkgs/pkgs-lib @infinisil
63 ## Format generators/serializers
64 /pkgs/pkgs-lib/formats/libconfig @h7x4
65 /pkgs/pkgs-lib/formats/hocon @h7x4
67 # Nixpkgs build-support
68 /pkgs/build-support/writers @lassulus @Profpatsch
70 # Nixpkgs make-disk-image
71 /doc/build-helpers/images/makediskimage.section.md @raitobezarius
72 /nixos/lib/make-disk-image.nix @raitobezarius
74 # Nix, the package manager
75 # @raitobezarius is not "code owner", but is listed here to be notified of changes
76 # pertaining to the Nix package manager.
77 # i.e. no authority over those files.
78 pkgs/tools/package-management/nix/ @NixOS/nix-team @raitobezarius
79 nixos/modules/installer/tools/nix-fallback-paths.nix @NixOS/nix-team @raitobezarius
81 # Nixpkgs documentation
82 /maintainers/scripts/db-to-md.sh @jtojnar @ryantm
83 /maintainers/scripts/doc @jtojnar @ryantm
85 # Contributor documentation
86 /CONTRIBUTING.md @infinisil
87 /.github/PULL_REQUEST_TEMPLATE.md @infinisil
88 /doc/contributing/ @infinisil
89 /doc/contributing/contributing-to-documentation.chapter.md @jtojnar @infinisil
90 /lib/README.md @infinisil
91 /doc/README.md @infinisil
92 /nixos/README.md @infinisil
93 /pkgs/README.md @infinisil
94 /pkgs/by-name/README.md @infinisil
95 /maintainers/README.md @infinisil
97 # User-facing development documentation
98 /doc/development.md @infinisil
99 /doc/development @infinisil
102 /nixos/default.nix @infinisil
103 /nixos/lib/from-env.nix @infinisil
104 /nixos/lib/eval-config.nix @infinisil
105 /nixos/modules/system/activation/bootspec.nix @grahamc @cole-h @raitobezarius
106 /nixos/modules/system/activation/bootspec.cue @grahamc @cole-h @raitobezarius
109 /pkgs/by-name/ni/nixos-render-docs @fricklerhandwerk @GetPsyched @hsjobeki
110 /doc/redirects.json @fricklerhandwerk @GetPsyched @hsjobeki
111 /nixos/doc/manual/redirects.json @fricklerhandwerk @GetPsyched @hsjobeki
113 # NixOS integration test driver
114 /nixos/lib/test-driver @tfc
116 # NixOS QEMU virtualisation
117 /nixos/modules/virtualisation/qemu-vm.nix @raitobezarius
120 /nixos/modules/security/acme @NixOS/acme
123 /nixos/modules/system/boot/systemd.nix @NixOS/systemd
124 /nixos/modules/system/boot/systemd @NixOS/systemd
125 /nixos/lib/systemd-*.nix @NixOS/systemd
126 /pkgs/os-specific/linux/systemd @NixOS/systemd
129 /nixos/modules/system/boot/loader/systemd-boot @JulienMalka
131 # Images and installer media
132 /nixos/modules/profiles/installation-device.nix @ElvishJerricco
133 /nixos/modules/installer/cd-dvd/ @ElvishJerricco
134 /nixos/modules/installer/sd-card/
137 /nixos/modules/virtualisation/amazon-init.nix @arianvp
138 /nixos/modules/virtualisation/ec2-data.nix @arianvp
139 /nixos/modules/virtualisation/amazon-options.nix @arianvp
140 /nixos/modules/virtualisation/amazon-image.nix @arianvp
141 /nixos/maintainers/scripts/ec2/ @arianvp
142 /nixos/modules/services/misc/amazon-ssm-agent.nix @arianvp
143 /nixos/tests/amazon-ssm-agent.nix @arianvp
144 /nixos/modules/system/boot/grow-partition.nix @arianvp
147 /pkgs/by-name/ni/nixos-rebuild-ng @thiagokokada
152 /maintainers/scripts/update.nix @jtojnar
153 /maintainers/scripts/update.py @jtojnar
154 ## common-updater-scripts
155 /pkgs/common-updater/scripts/update-source-version @jtojnar
157 # Python-related code and docs
158 /doc/languages-frameworks/python.section.md @mweinelt @natsukium
159 /maintainers/scripts/update-python-libraries @mweinelt @natsukium
160 /pkgs/development/interpreters/python @mweinelt @natsukium
161 /pkgs/top-level/python-packages.nix @natsukium
162 /pkgs/top-level/release-python.nix @natsukium
165 /doc/languages-frameworks/haskell.section.md @sternenseemann @maralorn
166 /maintainers/scripts/haskell @sternenseemann @maralorn
167 /pkgs/development/compilers/ghc @sternenseemann @maralorn
168 /pkgs/development/haskell-modules @sternenseemann @maralorn
169 /pkgs/test/haskell @sternenseemann @maralorn
170 /pkgs/top-level/release-haskell.nix @sternenseemann @maralorn
171 /pkgs/top-level/haskell-packages.nix @sternenseemann @maralorn
174 /pkgs/development/interpreters/perl @stigtsp @zakame @marcusramberg
175 /pkgs/top-level/perl-packages.nix @stigtsp @zakame @marcusramberg
176 /pkgs/development/perl-modules @stigtsp @zakame @marcusramberg
179 /pkgs/applications/science/math/R @jbedo
180 /pkgs/development/r-modules @jbedo
183 /pkgs/development/compilers/rust @alyssais @Mic92 @zowoq @winterqt @figsoda
184 /pkgs/build-support/rust @zowoq @winterqt @figsoda
185 /doc/languages-frameworks/rust.section.md @zowoq @winterqt @figsoda
188 /pkgs/development/interpreters/tcl @fgaz
189 /pkgs/development/libraries/tk @fgaz
190 /pkgs/top-level/tcl-packages.nix @fgaz
191 /pkgs/development/tcl-modules @fgaz
192 /doc/languages-frameworks/tcl.section.md @fgaz
195 /pkgs/development/compilers/gcc
196 /pkgs/development/compilers/llvm @alyssais @RossComputerGuy @NixOS/llvm
197 /pkgs/development/compilers/emscripten @raitobezarius
198 /doc/languages-frameworks/emscripten.section.md @raitobezarius
201 /nixos/modules/services/audio/botamusique.nix @mweinelt
202 /nixos/modules/services/audio/snapserver.nix @mweinelt
203 /nixos/tests/botamusique.nix @mweinelt
204 /nixos/tests/snapcast.nix @mweinelt
207 /pkgs/applications/networking/browsers/firefox @mweinelt
208 /pkgs/applications/networking/browsers/chromium @emilylange
209 /nixos/tests/chromium.nix @emilylange
211 # Certificate Authorities
212 pkgs/data/misc/cacert/ @ajs124 @lukegb @mweinelt
213 pkgs/development/libraries/nss/ @ajs124 @lukegb @mweinelt
214 pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
217 /doc/languages-frameworks/java.section.md @NixOS/java
218 /doc/languages-frameworks/gradle.section.md @NixOS/java
219 /doc/languages-frameworks/maven.section.md @NixOS/java
220 /pkgs/top-level/java-packages.nix @NixOS/java
223 /pkgs/applications/editors/jetbrains @edwtjo
226 /lib/licenses.nix @alyssais
229 /pkgs/development/libraries/qt-5 @K900 @NickCao @SuperSandro2000 @ttuegel
230 /pkgs/development/libraries/qt-6 @K900 @NickCao @SuperSandro2000 @ttuegel
233 /pkgs/applications/kde @K900 @NickCao @SuperSandro2000 @ttuegel
234 /pkgs/desktops/plasma-5 @K900 @NickCao @SuperSandro2000 @ttuegel
235 /pkgs/development/libraries/kde-frameworks @K900 @NickCao @SuperSandro2000 @ttuegel
238 /pkgs/kde @K900 @NickCao @SuperSandro2000 @ttuegel
239 /maintainers/scripts/kde @K900 @NickCao @SuperSandro2000 @ttuegel
241 # PostgreSQL and related stuff
242 /pkgs/servers/sql/postgresql @NixOS/postgres
243 /nixos/modules/services/databases/postgresql.md @NixOS/postgres
244 /nixos/modules/services/databases/postgresql.nix @NixOS/postgres
245 /nixos/tests/postgresql @NixOS/postgres
247 # Hardened profile & related modules
248 /nixos/modules/profiles/hardened.nix @joachifm
249 /nixos/modules/security/lock-kernel-modules.nix @joachifm
250 /nixos/modules/security/misc.nix @joachifm
251 /nixos/tests/hardened.nix @joachifm
252 /pkgs/os-specific/linux/kernel/hardened/ @fabianhjr @joachifm
255 /nixos/modules/services/home-automation/home-assistant.nix @mweinelt
256 /nixos/modules/services/home-automation/zigbee2mqtt.nix @mweinelt
257 /nixos/tests/home-assistant.nix @mweinelt
258 /nixos/tests/zigbee2mqtt.nix @mweinelt
259 /pkgs/servers/home-assistant @mweinelt
260 /pkgs/tools/misc/esphome @mweinelt
262 # Network Time Daemons
263 /pkgs/by-name/ch/chrony @thoughtpolice
264 /pkgs/by-name/nt/ntp @thoughtpolice
265 /pkgs/by-name/op/openntpd @thoughtpolice
266 /nixos/modules/services/networking/ntp @thoughtpolice
269 /pkgs/by-name/ke/kea @mweinelt
270 /pkgs/by-name/ba/babeld @mweinelt
271 /nixos/modules/services/networking/babeld.nix @mweinelt
272 /nixos/modules/services/networking/kea.nix @mweinelt
273 /nixos/modules/services/networking/knot.nix @mweinelt
274 /nixos/modules/services/monitoring/prometheus/exporters/kea.nix @mweinelt
275 /nixos/tests/babeld.nix @mweinelt
276 /nixos/tests/kea.nix @mweinelt
277 /nixos/tests/knot.nix @mweinelt
280 /doc/packages/nginx.section.md @raitobezarius
281 /pkgs/servers/http/nginx/ @raitobezarius
282 /nixos/modules/services/web-servers/nginx/ @raitobezarius
285 /pkgs/development/dhall-modules @Gabriella439 @Profpatsch @ehmry
286 /pkgs/development/interpreters/dhall @Gabriella439 @Profpatsch @ehmry
289 /pkgs/development/idris-modules @Infinisil
290 /pkgs/development/compilers/idris2 @mattpolzin
293 /pkgs/development/tools/build-managers/bazel @Profpatsch
295 # NixOS modules for e-mail and dns services
296 /nixos/modules/services/mail/mailman.nix @peti
297 /nixos/modules/services/mail/postfix.nix @peti
298 /nixos/modules/services/networking/bind.nix @peti
299 /nixos/modules/services/mail/rspamd.nix @peti
302 /pkgs/applications/editors/emacs/elisp-packages @NixOS/emacs
303 /pkgs/applications/editors/emacs @NixOS/emacs
304 /pkgs/top-level/emacs-packages.nix @NixOS/emacs
305 /doc/packages/emacs.section.md @NixOS/emacs
306 /nixos/modules/services/editors/emacs.md @NixOS/emacs
309 /pkgs/applications/editors/kakoune @philiptaron
312 /pkgs/applications/editors/neovim @NixOS/neovim
315 /pkgs/applications/editors/vim/plugins @NixOS/neovim
318 /pkgs/applications/editors/vscode/extensions
320 # PHP interpreter, packages, extensions, tests and documentation
321 /doc/languages-frameworks/php.section.md @aanderse @drupol @globin @ma27 @talyz
322 /nixos/tests/php @aanderse @drupol @globin @ma27 @talyz
323 /pkgs/build-support/php/build-pecl.nix @aanderse @drupol @globin @ma27 @talyz
324 /pkgs/build-support/php @drupol
325 /pkgs/development/interpreters/php @jtojnar @aanderse @drupol @globin @ma27 @talyz
326 /pkgs/development/php-packages @aanderse @drupol @globin @ma27 @talyz
327 /pkgs/top-level/php-packages.nix @jtojnar @aanderse @drupol @globin @ma27 @talyz
330 /pkgs/build-support/docker @roberth
331 /nixos/tests/docker-tools* @roberth
332 /doc/build-helpers/images/dockertools.section.md @roberth
335 /pkgs/applications/blockchains @mmahut @RaghavSood
338 /doc/languages-frameworks/go.section.md @kalbasit @katexochen @Mic92 @zowoq
339 /pkgs/build-support/go @kalbasit @katexochen @Mic92 @zowoq
340 /pkgs/development/compilers/go @kalbasit @katexochen @Mic92 @zowoq
343 /pkgs/desktops/gnome @jtojnar
344 /pkgs/desktops/gnome/extensions @jtojnar
345 /pkgs/build-support/make-hardcode-gsettings-patch @jtojnar
348 /pkgs/by-name/ci/cinnamon-* @mkg20001
349 /pkgs/by-name/cj/cjs @mkg20001
350 /pkgs/by-name/mu/muffin @mkg20001
351 /pkgs/by-name/ne/nemo @mkg20001
352 /pkgs/by-name/ne/nemo-* @mkg20001
355 /doc/hooks/xfce4-dev-tools.section.md @NixOS/xfce
358 /doc/languages-frameworks/nim.section.md @ehmry
359 /pkgs/build-support/build-nim-package.nix @ehmry
360 /pkgs/top-level/nim-overrides.nix @ehmry
362 # terraform providers
363 /pkgs/applications/networking/cluster/terraform-providers @zowoq
366 nixos/modules/services/misc/forgejo.nix @adamcstephens @bendlas @emilylange
367 pkgs/by-name/fo/forgejo/ @adamcstephens @bendlas @emilylange
370 /pkgs/build-support/dotnet @corngood
371 /pkgs/development/compilers/dotnet @corngood
372 /pkgs/test/dotnet @corngood
373 /doc/languages-frameworks/dotnet.section.md @corngood
376 /pkgs/build-support/node/build-npm-package @winterqt
377 /pkgs/build-support/node/fetch-npm-deps @winterqt
378 /doc/languages-frameworks/javascript.section.md @winterqt
379 /pkgs/development/tools/pnpm @Scrumplex @gepbird
382 /pkgs/build-support/ocaml @ulrikstrid
383 /pkgs/development/compilers/ocaml @ulrikstrid
384 /pkgs/development/ocaml-modules @ulrikstrid
387 pkgs/os-specific/linux/zfs/2_1.nix @raitobezarius
388 pkgs/os-specific/linux/zfs/generic.nix @raitobezarius
389 nixos/modules/tasks/filesystems/zfs.nix @raitobezarius
390 nixos/tests/zfs.nix @raitobezarius
393 /pkgs/development/compilers/zig @figsoda
394 /doc/hooks/zig.section.md @figsoda
397 nixos/modules/services/continuous-integration/buildbot @Mic92 @zowoq
398 nixos/tests/buildbot.nix @Mic92 @zowoq
399 pkgs/development/tools/continuous-integration/buildbot @Mic92 @zowoq
402 pkgs/by-name/pr/pretix/ @mweinelt
403 pkgs/by-name/pr/pretalx/ @mweinelt
404 nixos/modules/services/web-apps/pretix.nix @mweinelt
405 nixos/modules/services/web-apps/pretalx.nix @mweinelt
406 nixos/tests/web-apps/pretix.nix @mweinelt
407 nixos/tests/web-apps/pretalx.nix @mweinelt
410 nixos/maintainers/scripts/incus/ @adamcstephens
411 nixos/modules/virtualisation/incus.nix @adamcstephens
412 nixos/modules/virtualisation/lxc* @adamcstephens
413 nixos/tests/incus/ @adamcstephens
414 pkgs/by-name/in/incus/ @adamcstephens
415 pkgs/by-name/lx/lxc* @adamcstephens
418 /pkgs/development/compilers/flutter @RossComputerGuy
419 /pkgs/desktops/expidus @RossComputerGuy
422 /pkgs/tools/archivers/gnutar @RossComputerGuy
423 /pkgs/by-name/zi/zip @RossComputerGuy
426 /pkgs/by-name/ch/checkpolicy @RossComputerGuy
427 /pkgs/by-name/li/libselinux @RossComputerGuy
428 /pkgs/by-name/li/libsepol @RossComputerGuy
431 /pkgs/by-name/in/installShellFiles/* @Ericson2314
432 /pkgs/test/install-shell-files/* @Ericson2314
433 /doc/hooks/installShellFiles.section.md @Ericson2314
436 /pkgs/by-name/ap/apple-sdk @NixOS/darwin-core
437 /pkgs/os-specific/darwin/apple-source-releases @NixOS/darwin-core
438 /pkgs/stdenv/darwin @NixOS/darwin-core