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 @infinisil
26/lib/systems @alyssais @ericson2314 @amjoseph-nixpkgs
27/lib/generators.nix @edolstra @Profpatsch
28/lib/cli.nix @edolstra @Profpatsch
29/lib/debug.nix @edolstra @Profpatsch
30/lib/asserts.nix @edolstra @Profpatsch
31/lib/path.* @infinisil @fricklerhandwerk
32/lib/fileset @infinisil
33/doc/functions/fileset.section.md @infinisil
34
35# Nixpkgs Internals
36/default.nix @Ericson2314
37/pkgs/top-level/default.nix @Ericson2314
38/pkgs/top-level/impure.nix @Ericson2314
39/pkgs/top-level/stage.nix @Ericson2314
40/pkgs/top-level/splice.nix @Ericson2314
41/pkgs/top-level/release-cross.nix @Ericson2314
42/pkgs/stdenv/generic @Ericson2314 @amjoseph-nixpkgs
43/pkgs/stdenv/generic/check-meta.nix @Ericson2314 @piegamesde
44/pkgs/stdenv/cross @Ericson2314 @amjoseph-nixpkgs
45/pkgs/build-support/cc-wrapper @Ericson2314 @amjoseph-nixpkgs
46/pkgs/build-support/bintools-wrapper @Ericson2314
47/pkgs/build-support/setup-hooks @Ericson2314
48/pkgs/build-support/setup-hooks/auto-patchelf.sh @layus
49/pkgs/build-support/setup-hooks/auto-patchelf.py @layus
50/pkgs/pkgs-lib @infinisil
51
52# pkgs/by-name
53/pkgs/test/nixpkgs-check-by-name @infinisil
54/pkgs/by-name/README.md @infinisil
55/pkgs/top-level/by-name-overlay.nix @infinisil
56/.github/workflows/check-by-name.nix @infinisil
57
58# Nixpkgs build-support
59/pkgs/build-support/writers @lassulus @Profpatsch
60
61# Nixpkgs make-disk-image
62/doc/builders/images/makediskimage.section.md @raitobezarius
63/nixos/lib/make-disk-image.nix @raitobezarius
64
65# Nixpkgs documentation
66/maintainers/scripts/db-to-md.sh @jtojnar @ryantm
67/maintainers/scripts/doc @jtojnar @ryantm
68
69# Contributor documentation
70/CONTRIBUTING.md @infinisil
71/.github/PULL_REQUEST_TEMPLATE.md @infinisil
72/doc/contributing/ @fricklerhandwerk @infinisil
73/doc/contributing/contributing-to-documentation.chapter.md @jtojnar @fricklerhandwerk @infinisil
74/lib/README.md @infinisil
75/doc/README.md @infinisil
76/nixos/README.md @infinisil
77/pkgs/README.md @infinisil
78/maintainers/README.md @infinisil
79
80# User-facing development documentation
81/doc/development.md @infinisil
82/doc/development @infinisil
83
84# NixOS Internals
85/nixos/default.nix @infinisil
86/nixos/lib/from-env.nix @infinisil
87/nixos/lib/eval-config.nix @infinisil
88/nixos/modules/system @dasJ
89/nixos/modules/system/activation/bootspec.nix @grahamc @cole-h @raitobezarius
90/nixos/modules/system/activation/bootspec.cue @grahamc @cole-h @raitobezarius
91
92# NixOS integration test driver
93/nixos/lib/test-driver @tfc
94
95# NixOS QEMU virtualisation
96/nixos/virtualisation/qemu-vm.nix @raitobezarius
97
98# Systemd
99/nixos/modules/system/boot/systemd.nix @NixOS/systemd
100/nixos/modules/system/boot/systemd @NixOS/systemd
101/nixos/lib/systemd-*.nix @NixOS/systemd
102/pkgs/os-specific/linux/systemd @NixOS/systemd
103
104# Images and installer media
105/nixos/modules/installer/cd-dvd/ @samueldr
106/nixos/modules/installer/sd-card/ @samueldr
107
108# Updaters
109## update.nix
110/maintainers/scripts/update.nix @jtojnar
111/maintainers/scripts/update.py @jtojnar
112## common-updater-scripts
113/pkgs/common-updater/scripts/update-source-version @jtojnar
114
115# Python-related code and docs
116/maintainers/scripts/update-python-libraries @FRidh
117/pkgs/development/interpreters/python @FRidh
118/doc/languages-frameworks/python.section.md @FRidh @mweinelt
119/pkgs/development/tools/poetry2nix @adisbladis
120/pkgs/development/interpreters/python/hooks @FRidh @jonringer
121
122# Haskell
123/doc/languages-frameworks/haskell.section.md @cdepillabout @sternenseemann @maralorn
124/maintainers/scripts/haskell @cdepillabout @sternenseemann @maralorn
125/pkgs/development/compilers/ghc @cdepillabout @sternenseemann @maralorn
126/pkgs/development/haskell-modules @cdepillabout @sternenseemann @maralorn
127/pkgs/test/haskell @cdepillabout @sternenseemann @maralorn
128/pkgs/top-level/release-haskell.nix @cdepillabout @sternenseemann @maralorn
129/pkgs/top-level/haskell-packages.nix @cdepillabout @sternenseemann @maralorn
130
131# Perl
132/pkgs/development/interpreters/perl @stigtsp @zakame @dasJ
133/pkgs/top-level/perl-packages.nix @stigtsp @zakame @dasJ
134/pkgs/development/perl-modules @stigtsp @zakame @dasJ
135
136# R
137/pkgs/applications/science/math/R @jbedo
138/pkgs/development/r-modules @jbedo
139
140# Ruby
141/pkgs/development/interpreters/ruby @marsam
142/pkgs/development/ruby-modules @marsam
143
144# Rust
145/pkgs/development/compilers/rust @Mic92 @zowoq @winterqt @figsoda
146/pkgs/build-support/rust @zowoq @winterqt @figsoda
147/doc/languages-frameworks/rust.section.md @zowoq @winterqt @figsoda
148
149# C compilers
150/pkgs/development/compilers/gcc @amjoseph-nixpkgs
151/pkgs/development/compilers/llvm @RaitoBezarius
152
153# Audio
154/nixos/modules/services/audio/botamusique.nix @mweinelt
155/nixos/modules/services/audio/snapserver.nix @mweinelt
156/nixos/tests/modules/services/audio/botamusique.nix @mweinelt
157/nixos/tests/snapcast.nix @mweinelt
158
159# Browsers
160/pkgs/applications/networking/browsers/firefox @mweinelt
161
162# Certificate Authorities
163pkgs/data/misc/cacert/ @ajs124 @lukegb @mweinelt
164pkgs/development/libraries/nss/ @ajs124 @lukegb @mweinelt
165pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
166
167# Jetbrains
168/pkgs/applications/editors/jetbrains @edwtjo
169
170# Licenses
171/lib/licenses.nix @alyssais
172
173# Qt / KDE
174/pkgs/applications/kde @ttuegel
175/pkgs/desktops/plasma-5 @ttuegel
176/pkgs/development/libraries/kde-frameworks @ttuegel
177/pkgs/development/libraries/qt-5 @ttuegel
178
179# PostgreSQL and related stuff
180/pkgs/servers/sql/postgresql @thoughtpolice @marsam
181/nixos/modules/services/databases/postgresql.xml @thoughtpolice
182/nixos/modules/services/databases/postgresql.nix @thoughtpolice
183/nixos/tests/postgresql.nix @thoughtpolice
184
185# Hardened profile & related modules
186/nixos/modules/profiles/hardened.nix @joachifm
187/nixos/modules/security/hidepid.nix @joachifm
188/nixos/modules/security/lock-kernel-modules.nix @joachifm
189/nixos/modules/security/misc.nix @joachifm
190/nixos/tests/hardened.nix @joachifm
191/pkgs/os-specific/linux/kernel/hardened-config.nix @joachifm
192
193# Home Automation
194/nixos/modules/services/misc/home-assistant.nix @mweinelt
195/nixos/modules/services/misc/zigbee2mqtt.nix @mweinelt
196/nixos/tests/home-assistant.nix @mweinelt
197/nixos/tests/zigbee2mqtt.nix @mweinelt
198/pkgs/servers/home-assistant @mweinelt
199/pkgs/tools/misc/esphome @mweinelt
200
201# Network Time Daemons
202/pkgs/tools/networking/chrony @thoughtpolice
203/pkgs/tools/networking/ntp @thoughtpolice
204/pkgs/tools/networking/openntpd @thoughtpolice
205/nixos/modules/services/networking/ntp @thoughtpolice
206
207# Network
208/pkgs/tools/networking/kea/default.nix @mweinelt
209/pkgs/tools/networking/babeld/default.nix @mweinelt
210/nixos/modules/services/networking/babeld.nix @mweinelt
211/nixos/modules/services/networking/kea.nix @mweinelt
212/nixos/modules/services/networking/knot.nix @mweinelt
213/nixos/modules/services/monitoring/prometheus/exporters/kea.nix @mweinelt
214/nixos/tests/babeld.nix @mweinelt
215/nixos/tests/kea.nix @mweinelt
216/nixos/tests/knot.nix @mweinelt
217
218# Web servers
219/doc/builders/packages/nginx.section.md @raitobezarius
220/pkgs/servers/http/nginx/ @raitobezarius
221/nixos/modules/services/web-servers/nginx/ @raitobezarius
222
223# Dhall
224/pkgs/development/dhall-modules @Gabriella439 @Profpatsch @ehmry
225/pkgs/development/interpreters/dhall @Gabriella439 @Profpatsch @ehmry
226
227# Idris
228/pkgs/development/idris-modules @Infinisil
229
230# Bazel
231/pkgs/development/tools/build-managers/bazel @Profpatsch
232
233# NixOS modules for e-mail and dns services
234/nixos/modules/services/mail/mailman.nix @peti
235/nixos/modules/services/mail/postfix.nix @peti
236/nixos/modules/services/networking/bind.nix @peti
237/nixos/modules/services/mail/rspamd.nix @peti
238
239# Emacs
240/pkgs/applications/editors/emacs/elisp-packages @adisbladis
241/pkgs/applications/editors/emacs @adisbladis
242/pkgs/top-level/emacs-packages.nix @adisbladis
243
244# Neovim
245/pkgs/applications/editors/neovim @figsoda @jonringer @teto
246
247# VimPlugins
248/pkgs/applications/editors/vim/plugins @figsoda @jonringer
249
250# VsCode Extensions
251/pkgs/applications/editors/vscode/extensions @jonringer
252
253# PHP interpreter, packages, extensions, tests and documentation
254/doc/languages-frameworks/php.section.md @aanderse @drupol @etu @globin @ma27 @talyz
255/nixos/tests/php @aanderse @drupol @etu @globin @ma27 @talyz
256/pkgs/build-support/php/build-pecl.nix @aanderse @drupol @etu @globin @ma27 @talyz
257/pkgs/build-support/php @drupol @etu
258/pkgs/development/interpreters/php @jtojnar @aanderse @drupol @etu @globin @ma27 @talyz
259/pkgs/development/php-packages @aanderse @drupol @etu @globin @ma27 @talyz
260/pkgs/top-level/php-packages.nix @jtojnar @aanderse @drupol @etu @globin @ma27 @talyz
261
262# Podman, CRI-O modules and related
263/nixos/modules/virtualisation/containers.nix @adisbladis
264/nixos/modules/virtualisation/cri-o.nix @adisbladis
265/nixos/modules/virtualisation/podman @adisbladis
266/nixos/tests/cri-o.nix @adisbladis
267/nixos/tests/podman @adisbladis
268
269# Docker tools
270/pkgs/build-support/docker @roberth
271/nixos/tests/docker-tools* @roberth
272/doc/builders/images/dockertools.section.md @roberth
273
274# Blockchains
275/pkgs/applications/blockchains @mmahut @RaghavSood
276
277# Go
278/doc/languages-frameworks/go.section.md @kalbasit @Mic92 @zowoq
279/pkgs/build-support/go @kalbasit @Mic92 @zowoq
280/pkgs/development/compilers/go @kalbasit @Mic92 @zowoq
281
282# GNOME
283/pkgs/desktops/gnome @jtojnar
284/pkgs/desktops/gnome/extensions @piegamesde @jtojnar
285/pkgs/build-support/make-hardcode-gsettings-patch @jtojnar
286
287# Cinnamon
288/pkgs/desktops/cinnamon @mkg20001
289
290# nim
291/pkgs/development/compilers/nim @ehmry
292/pkgs/development/nim-packages @ehmry
293/pkgs/top-level/nim-packages.nix @ehmry
294
295# terraform providers
296/pkgs/applications/networking/cluster/terraform-providers @zowoq
297
298# Matrix
299/pkgs/servers/heisenbridge @piegamesde
300/pkgs/servers/matrix-conduit @piegamesde
301/nixos/modules/services/misc/heisenbridge.nix @piegamesde
302/nixos/modules/services/misc/matrix-conduit.nix @piegamesde
303/nixos/tests/matrix-conduit.nix @piegamesde
304
305# Forgejo
306nixos/modules/services/misc/forgejo.nix @bendlas @emilylange
307pkgs/applications/version-management/forgejo @bendlas @emilylange
308
309# Dotnet
310/pkgs/build-support/dotnet @IvarWithoutBones
311/pkgs/development/compilers/dotnet @IvarWithoutBones
312/pkgs/test/dotnet @IvarWithoutBones
313/doc/languages-frameworks/dotnet.section.md @IvarWithoutBones
314
315# Node.js
316/pkgs/build-support/node/build-npm-package @lilyinstarlight @winterqt
317/pkgs/build-support/node/fetch-npm-deps @lilyinstarlight @winterqt
318/doc/languages-frameworks/javascript.section.md @lilyinstarlight @winterqt
319
320# OCaml
321/pkgs/build-support/ocaml @ulrikstrid
322/pkgs/development/compilers/ocaml @ulrikstrid
323/pkgs/development/ocaml-modules @ulrikstrid
324
325# ZFS
326pkgs/os-specific/linux/zfs @raitobezarius
327nixos/lib/make-single-disk-zfs-image.nix @raitobezarius
328nixos/lib/make-multi-disk-zfs-image.nix @raitobezarius
329nixos/modules/tasks/filesystems/zfs.nix @raitobezarius
330nixos/tests/zfs.nix @raitobezarius
331
332# Zig
333/pkgs/development/compilers/zig @AndersonTorres @figsoda
334/doc/hooks/zig.section.md @AndersonTorres @figsoda
335
336# Linux Kernel
337pkgs/os-specific/linux/kernel/manual-config.nix @amjoseph-nixpkgs