nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
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# CI
15/.github/workflows @NixOS/Security @Mic92 @zowoq
16/.github/workflows/check-nix-format.yml @infinisil
17/ci @infinisil @NixOS/Security
18
19# Develompent support
20/.editorconfig @Mic92 @zowoq
21/shell.nix @infinisil @NixOS/Security
22
23# Libraries
24/lib @infinisil
25/lib/systems @alyssais @ericson2314
26/lib/generators.nix @infinisil @Profpatsch
27/lib/cli.nix @infinisil @Profpatsch
28/lib/debug.nix @infinisil @Profpatsch
29/lib/asserts.nix @infinisil @Profpatsch
30/lib/path.* @infinisil
31/lib/fileset @infinisil
32## Libraries / Module system
33/lib/modules.nix @infinisil @roberth
34/lib/types.nix @infinisil @roberth
35/lib/options.nix @infinisil @roberth
36/lib/tests/modules.sh @infinisil @roberth
37/lib/tests/modules @infinisil @roberth
38
39# Nixpkgs Internals
40/default.nix @Ericson2314
41/pkgs/top-level/default.nix @Ericson2314
42/pkgs/top-level/impure.nix @Ericson2314
43/pkgs/top-level/stage.nix @Ericson2314
44/pkgs/top-level/splice.nix @Ericson2314
45/pkgs/top-level/release-cross.nix @Ericson2314
46/pkgs/stdenv/generic @Ericson2314
47/pkgs/stdenv/generic/check-meta.nix @Ericson2314
48/pkgs/stdenv/cross @Ericson2314
49/pkgs/build-support/cc-wrapper @Ericson2314
50/pkgs/build-support/bintools-wrapper @Ericson2314
51/pkgs/build-support/setup-hooks @Ericson2314
52/pkgs/build-support/setup-hooks/auto-patchelf.sh @layus
53/pkgs/build-support/setup-hooks/auto-patchelf.py @layus
54/pkgs/pkgs-lib @infinisil
55## Format generators/serializers
56/pkgs/pkgs-lib/formats/libconfig @h7x4
57/pkgs/pkgs-lib/formats/hocon @h7x4
58
59# pkgs/by-name
60/pkgs/test/check-by-name @infinisil
61/pkgs/by-name/README.md @infinisil
62/pkgs/top-level/by-name-overlay.nix @infinisil
63/.github/workflows/check-by-name.yml @infinisil
64
65# Nixpkgs build-support
66/pkgs/build-support/writers @lassulus @Profpatsch
67
68# Nixpkgs make-disk-image
69/doc/build-helpers/images/makediskimage.section.md @raitobezarius
70/nixos/lib/make-disk-image.nix @raitobezarius
71
72# Nix, the package manager
73# @raitobezarius is not "code owner", but is listed here to be notified of changes
74# pertaining to the Nix package manager.
75# i.e. no authority over those files.
76pkgs/tools/package-management/nix/ @raitobezarius
77nixos/modules/installer/tools/nix-fallback-paths.nix @raitobezarius
78
79# Nixpkgs documentation
80/maintainers/scripts/db-to-md.sh @jtojnar @ryantm
81/maintainers/scripts/doc @jtojnar @ryantm
82
83# Contributor documentation
84/CONTRIBUTING.md @infinisil
85/.github/PULL_REQUEST_TEMPLATE.md @infinisil
86/doc/contributing/ @infinisil
87/doc/contributing/contributing-to-documentation.chapter.md @jtojnar @infinisil
88/lib/README.md @infinisil
89/doc/README.md @infinisil
90/nixos/README.md @infinisil
91/pkgs/README.md @infinisil
92/maintainers/README.md @infinisil
93
94# User-facing development documentation
95/doc/development.md @infinisil
96/doc/development @infinisil
97
98# NixOS Internals
99/nixos/default.nix @infinisil
100/nixos/lib/from-env.nix @infinisil
101/nixos/lib/eval-config.nix @infinisil
102/nixos/modules/system/activation/bootspec.nix @grahamc @cole-h @raitobezarius
103/nixos/modules/system/activation/bootspec.cue @grahamc @cole-h @raitobezarius
104
105# NixOS integration test driver
106/nixos/lib/test-driver @tfc
107
108# NixOS QEMU virtualisation
109/nixos/virtualisation/qemu-vm.nix @raitobezarius
110
111# ACME
112/nixos/modules/security/acme @arianvp @flokli @aanderse # no merge permission: @m1cr0man @emilazy
113
114# Systemd
115/nixos/modules/system/boot/systemd.nix @NixOS/systemd
116/nixos/modules/system/boot/systemd @NixOS/systemd
117/nixos/lib/systemd-*.nix @NixOS/systemd
118/pkgs/os-specific/linux/systemd @NixOS/systemd
119
120# Systemd-boot
121/nixos/modules/system/boot/loader/systemd-boot @JulienMalka
122
123# Images and installer media
124/nixos/modules/installer/cd-dvd/
125/nixos/modules/installer/sd-card/
126
127# Updaters
128## update.nix
129/maintainers/scripts/update.nix @jtojnar
130/maintainers/scripts/update.py @jtojnar
131## common-updater-scripts
132/pkgs/common-updater/scripts/update-source-version @jtojnar
133
134# Python-related code and docs
135/doc/languages-frameworks/python.section.md @mweinelt @natsukium
136/maintainers/scripts/update-python-libraries @natsukium
137/pkgs/development/interpreters/python @natsukium
138/pkgs/top-level/python-packages.nix @natsukium
139/pkgs/top-level/release-python.nix @natsukium
140
141# Haskell
142/doc/languages-frameworks/haskell.section.md @sternenseemann @maralorn @ncfavier
143/maintainers/scripts/haskell @sternenseemann @maralorn @ncfavier
144/pkgs/development/compilers/ghc @sternenseemann @maralorn @ncfavier
145/pkgs/development/haskell-modules @sternenseemann @maralorn @ncfavier
146/pkgs/test/haskell @sternenseemann @maralorn @ncfavier
147/pkgs/top-level/release-haskell.nix @sternenseemann @maralorn @ncfavier
148/pkgs/top-level/haskell-packages.nix @sternenseemann @maralorn @ncfavier
149
150# Perl
151/pkgs/development/interpreters/perl @stigtsp @zakame @marcusramberg
152/pkgs/top-level/perl-packages.nix @stigtsp @zakame @marcusramberg
153/pkgs/development/perl-modules @stigtsp @zakame @marcusramberg
154
155# R
156/pkgs/applications/science/math/R @jbedo
157/pkgs/development/r-modules @jbedo
158
159# Rust
160/pkgs/development/compilers/rust @Mic92 @zowoq @winterqt @figsoda
161/pkgs/build-support/rust @zowoq @winterqt @figsoda
162/doc/languages-frameworks/rust.section.md @zowoq @winterqt @figsoda
163
164# C compilers
165/pkgs/development/compilers/gcc
166/pkgs/development/compilers/llvm @RossComputerGuy
167/pkgs/development/compilers/emscripten @raitobezarius
168/doc/languages-frameworks/emscripten.section.md @raitobezarius
169
170# Audio
171/nixos/modules/services/audio/botamusique.nix @mweinelt
172/nixos/modules/services/audio/snapserver.nix @mweinelt
173/nixos/tests/modules/services/audio/botamusique.nix @mweinelt
174/nixos/tests/snapcast.nix @mweinelt
175
176# Browsers
177/pkgs/applications/networking/browsers/firefox @mweinelt
178/pkgs/applications/networking/browsers/chromium @emilylange
179/nixos/tests/chromium.nix @emilylange
180
181# Certificate Authorities
182pkgs/data/misc/cacert/ @ajs124 @lukegb @mweinelt
183pkgs/development/libraries/nss/ @ajs124 @lukegb @mweinelt
184pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
185
186# Jetbrains
187/pkgs/applications/editors/jetbrains @edwtjo
188
189# Licenses
190/lib/licenses.nix @alyssais
191
192# Qt
193/pkgs/development/libraries/qt-5 @K900 @NickCao @SuperSandro2000 @ttuegel
194/pkgs/development/libraries/qt-6 @K900 @NickCao @SuperSandro2000 @ttuegel
195
196# KDE / Plasma 5
197/pkgs/applications/kde @K900 @NickCao @SuperSandro2000 @ttuegel
198/pkgs/desktops/plasma-5 @K900 @NickCao @SuperSandro2000 @ttuegel
199/pkgs/development/libraries/kde-frameworks @K900 @NickCao @SuperSandro2000 @ttuegel
200
201# KDE / Plasma 6
202/pkgs/kde @K900 @NickCao @SuperSandro2000 @ttuegel
203/maintainers/scripts/kde @K900 @NickCao @SuperSandro2000 @ttuegel
204
205# PostgreSQL and related stuff
206/pkgs/servers/sql/postgresql @thoughtpolice
207/nixos/modules/services/databases/postgresql.xml @thoughtpolice
208/nixos/modules/services/databases/postgresql.nix @thoughtpolice
209/nixos/tests/postgresql.nix @thoughtpolice
210
211# Hardened profile & related modules
212/nixos/modules/profiles/hardened.nix @joachifm
213/nixos/modules/security/hidepid.nix @joachifm
214/nixos/modules/security/lock-kernel-modules.nix @joachifm
215/nixos/modules/security/misc.nix @joachifm
216/nixos/tests/hardened.nix @joachifm
217/pkgs/os-specific/linux/kernel/hardened-config.nix @joachifm
218
219# Home Automation
220/nixos/modules/services/misc/home-assistant.nix @mweinelt
221/nixos/modules/services/misc/zigbee2mqtt.nix @mweinelt
222/nixos/tests/home-assistant.nix @mweinelt
223/nixos/tests/zigbee2mqtt.nix @mweinelt
224/pkgs/servers/home-assistant @mweinelt
225/pkgs/tools/misc/esphome @mweinelt
226
227# Network Time Daemons
228/pkgs/tools/networking/chrony @thoughtpolice
229/pkgs/tools/networking/ntp @thoughtpolice
230/pkgs/tools/networking/openntpd @thoughtpolice
231/nixos/modules/services/networking/ntp @thoughtpolice
232
233# Network
234/pkgs/tools/networking/kea/default.nix @mweinelt
235/pkgs/tools/networking/babeld/default.nix @mweinelt
236/nixos/modules/services/networking/babeld.nix @mweinelt
237/nixos/modules/services/networking/kea.nix @mweinelt
238/nixos/modules/services/networking/knot.nix @mweinelt
239/nixos/modules/services/monitoring/prometheus/exporters/kea.nix @mweinelt
240/nixos/tests/babeld.nix @mweinelt
241/nixos/tests/kea.nix @mweinelt
242/nixos/tests/knot.nix @mweinelt
243
244# Web servers
245/doc/packages/nginx.section.md @raitobezarius
246/pkgs/servers/http/nginx/ @raitobezarius
247/nixos/modules/services/web-servers/nginx/ @raitobezarius
248
249# Dhall
250/pkgs/development/dhall-modules @Gabriella439 @Profpatsch @ehmry
251/pkgs/development/interpreters/dhall @Gabriella439 @Profpatsch @ehmry
252
253# Idris
254/pkgs/development/idris-modules @Infinisil
255
256# Bazel
257/pkgs/development/tools/build-managers/bazel @Profpatsch
258
259# NixOS modules for e-mail and dns services
260/nixos/modules/services/mail/mailman.nix @peti
261/nixos/modules/services/mail/postfix.nix @peti
262/nixos/modules/services/networking/bind.nix @peti
263/nixos/modules/services/mail/rspamd.nix @peti
264
265# Emacs
266/pkgs/applications/editors/emacs/elisp-packages @adisbladis
267/pkgs/applications/editors/emacs @adisbladis
268/pkgs/top-level/emacs-packages.nix @adisbladis
269
270# Neovim
271/pkgs/applications/editors/neovim @figsoda @teto
272
273# VimPlugins
274/pkgs/applications/editors/vim/plugins @figsoda
275
276# VsCode Extensions
277/pkgs/applications/editors/vscode/extensions
278
279# PHP interpreter, packages, extensions, tests and documentation
280/doc/languages-frameworks/php.section.md @aanderse @drupol @globin @ma27 @talyz
281/nixos/tests/php @aanderse @drupol @globin @ma27 @talyz
282/pkgs/build-support/php/build-pecl.nix @aanderse @drupol @globin @ma27 @talyz
283/pkgs/build-support/php @drupol
284/pkgs/development/interpreters/php @jtojnar @aanderse @drupol @globin @ma27 @talyz
285/pkgs/development/php-packages @aanderse @drupol @globin @ma27 @talyz
286/pkgs/top-level/php-packages.nix @jtojnar @aanderse @drupol @globin @ma27 @talyz
287
288# Docker tools
289/pkgs/build-support/docker @roberth
290/nixos/tests/docker-tools* @roberth
291/doc/build-helpers/images/dockertools.section.md @roberth
292
293# Blockchains
294/pkgs/applications/blockchains @mmahut @RaghavSood
295
296# Go
297/doc/languages-frameworks/go.section.md @kalbasit @katexochen @Mic92 @zowoq
298/pkgs/build-support/go @kalbasit @katexochen @Mic92 @zowoq
299/pkgs/development/compilers/go @kalbasit @katexochen @Mic92 @zowoq
300
301# GNOME
302/pkgs/desktops/gnome @jtojnar
303/pkgs/desktops/gnome/extensions @jtojnar
304/pkgs/build-support/make-hardcode-gsettings-patch @jtojnar
305
306# Cinnamon
307/pkgs/by-name/ci/cinnamon-* @mkg20001
308/pkgs/by-name/cj/cjs @mkg20001
309/pkgs/by-name/mu/muffin @mkg20001
310/pkgs/by-name/ne/nemo @mkg20001
311/pkgs/by-name/ne/nemo-* @mkg20001
312
313# nim
314/pkgs/development/compilers/nim @ehmry
315/pkgs/development/nim-packages @ehmry
316/pkgs/top-level/nim-packages.nix @ehmry
317
318# terraform providers
319/pkgs/applications/networking/cluster/terraform-providers @zowoq
320
321# Forgejo
322nixos/modules/services/misc/forgejo.nix @adamcstephens @bendlas @emilylange
323pkgs/by-name/fo/forgejo/package.nix @adamcstephens @bendlas @emilylange
324
325# Dotnet
326/pkgs/build-support/dotnet @corngood
327/pkgs/development/compilers/dotnet @corngood
328/pkgs/test/dotnet @corngood
329/doc/languages-frameworks/dotnet.section.md @corngood
330
331# Node.js
332/pkgs/build-support/node/build-npm-package @winterqt
333/pkgs/build-support/node/fetch-npm-deps @winterqt
334/doc/languages-frameworks/javascript.section.md @winterqt
335
336# environment.noXlibs option aka NoX
337/nixos/modules/config/no-x-libs.nix @SuperSandro2000
338
339# OCaml
340/pkgs/build-support/ocaml @ulrikstrid
341/pkgs/development/compilers/ocaml @ulrikstrid
342/pkgs/development/ocaml-modules @ulrikstrid
343
344# ZFS
345pkgs/os-specific/linux/zfs/2_1.nix @raitobezarius
346pkgs/os-specific/linux/zfs/generic.nix @raitobezarius
347nixos/modules/tasks/filesystems/zfs.nix @raitobezarius
348nixos/tests/zfs.nix @raitobezarius
349
350# Zig
351/pkgs/development/compilers/zig @figsoda
352/doc/hooks/zig.section.md @figsoda
353
354# Buildbot
355nixos/modules/services/continuous-integration/buildbot @Mic92 @zowoq
356nixos/tests/buildbot.nix @Mic92 @zowoq
357pkgs/development/tools/continuous-integration/buildbot @Mic92 @zowoq
358
359# Pretix
360pkgs/by-name/pr/pretix/ @mweinelt
361pkgs/by-name/pr/pretalx/ @mweinelt
362nixos/modules/services/web-apps/pretix.nix @mweinelt
363nixos/modules/services/web-apps/pretalx.nix @mweinelt
364nixos/tests/web-apps/pretix.nix @mweinelt
365nixos/tests/web-apps/pretalx.nix @mweinelt
366
367# incus/lxc/lxd
368nixos/maintainers/scripts/lxd/ @adamcstephens
369nixos/modules/virtualisation/incus.nix @adamcstephens
370nixos/modules/virtualisation/lxc* @adamcstephens
371nixos/modules/virtualisation/lxd* @adamcstephens
372nixos/tests/incus/ @adamcstephens
373nixos/tests/lxd/ @adamcstephens
374pkgs/by-name/in/incus/ @adamcstephens
375pkgs/by-name/lx/lxc* @adamcstephens
376pkgs/by-name/lx/lxd* @adamcstephens
377
378# ExpidusOS, Flutter
379/pkgs/development/compilers/flutter @RossComputerGuy
380/pkgs/desktops/expidus @RossComputerGuy
381
382# GNU Tar & Zip
383/pkgs/tools/archivers/gnutar @RossComputerGuy
384/pkgs/tools/archivers/zip @RossComputerGuy
385
386# SELinux
387/pkgs/os-specific/linux/checkpolicy @RossComputerGuy
388/pkgs/os-specific/linux/libselinux @RossComputerGuy
389/pkgs/os-specific/linux/libsepol @RossComputerGuy