lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 22.05-pre 239 lines 9.8 kB view raw
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# This file 11/.github/CODEOWNERS @edolstra 12 13# GitHub actions 14/.github/workflows @NixOS/Security @Mic92 @zowoq 15/.github/workflows/merge-staging @FRidh 16 17# EditorConfig 18/.editorconfig @Mic92 @zowoq 19 20# Libraries 21/lib @edolstra @nbp @infinisil 22/lib/systems @alyssais @nbp @ericson2314 @matthewbauer 23/lib/generators.nix @edolstra @nbp @Profpatsch 24/lib/cli.nix @edolstra @nbp @Profpatsch 25/lib/debug.nix @edolstra @nbp @Profpatsch 26/lib/asserts.nix @edolstra @nbp @Profpatsch 27 28# Nixpkgs Internals 29/default.nix @nbp 30/pkgs/top-level/default.nix @nbp @Ericson2314 31/pkgs/top-level/impure.nix @nbp @Ericson2314 32/pkgs/top-level/stage.nix @nbp @Ericson2314 @matthewbauer 33/pkgs/top-level/splice.nix @Ericson2314 @matthewbauer 34/pkgs/top-level/release-cross.nix @Ericson2314 @matthewbauer 35/pkgs/stdenv/generic @Ericson2314 @matthewbauer 36/pkgs/stdenv/cross @Ericson2314 @matthewbauer 37/pkgs/build-support/cc-wrapper @Ericson2314 @orivej 38/pkgs/build-support/bintools-wrapper @Ericson2314 @orivej 39/pkgs/build-support/setup-hooks @Ericson2314 40/pkgs/build-support/setup-hooks/auto-patchelf.sh @aszlig 41 42# Nixpkgs build-support 43/pkgs/build-support/writers @lassulus @Profpatsch 44 45# Nixpkgs documentation 46/maintainers/scripts/db-to-md.sh @jtojnar @ryantm 47/maintainers/scripts/doc @jtojnar @ryantm 48/doc/build-aux/pandoc-filters @jtojnar 49/doc/contributing/contributing-to-documentation.chapter.md @jtojnar 50 51# NixOS Internals 52/nixos/default.nix @nbp @infinisil 53/nixos/lib/from-env.nix @nbp @infinisil 54/nixos/lib/eval-config.nix @nbp @infinisil 55/nixos/doc/manual/configuration/abstractions.xml @nbp 56/nixos/doc/manual/configuration/config-file.xml @nbp 57/nixos/doc/manual/configuration/config-syntax.xml @nbp 58/nixos/doc/manual/configuration/modularity.xml @nbp 59/nixos/doc/manual/development/assertions.xml @nbp 60/nixos/doc/manual/development/meta-attributes.xml @nbp 61/nixos/doc/manual/development/option-declarations.xml @nbp 62/nixos/doc/manual/development/option-def.xml @nbp 63/nixos/doc/manual/development/option-types.xml @nbp 64/nixos/doc/manual/development/replace-modules.xml @nbp 65/nixos/doc/manual/development/writing-modules.xml @nbp 66/nixos/doc/manual/man-nixos-option.xml @nbp 67/nixos/modules/installer/tools/nixos-option.sh @nbp 68/nixos/modules/system @dasJ 69 70# NixOS integration test driver 71/nixos/lib/test-driver @tfc 72 73# Updaters 74## update.nix 75/maintainers/scripts/update.nix @jtojnar 76/maintainers/scripts/update.py @jtojnar 77## common-updater-scripts 78/pkgs/common-updater/scripts/update-source-version @jtojnar 79 80# Python-related code and docs 81/maintainers/scripts/update-python-libraries @FRidh 82/pkgs/top-level/python-packages.nix @FRidh @jonringer 83/pkgs/development/interpreters/python @FRidh 84/pkgs/development/python-modules @FRidh @jonringer 85/doc/languages-frameworks/python.section.md @FRidh 86/pkgs/development/tools/poetry2nix @adisbladis 87/pkgs/development/interpreters/python/hooks @FRidh @jonringer @DavHau 88/pkgs/development/interpreters/python/conda @DavHau 89 90# Haskell 91/doc/languages-frameworks/haskell.section.md @cdepillabout @sternenseemann @maralorn @expipiplus1 92/maintainers/scripts/haskell @cdepillabout @sternenseemann @maralorn @expipiplus1 93/pkgs/development/compilers/ghc @cdepillabout @sternenseemann @maralorn @expipiplus1 94/pkgs/development/haskell-modules @cdepillabout @sternenseemann @maralorn @expipiplus1 95/pkgs/test/haskell @cdepillabout @sternenseemann @maralorn @expipiplus1 96/pkgs/top-level/release-haskell.nix @cdepillabout @sternenseemann @maralorn @expipiplus1 97/pkgs/top-level/haskell-packages.nix @cdepillabout @sternenseemann @maralorn @expipiplus1 98 99# Perl 100/pkgs/development/interpreters/perl @volth @stigtsp @zakame 101/pkgs/top-level/perl-packages.nix @volth @stigtsp @zakame 102/pkgs/development/perl-modules @volth @stigtsp @zakame 103 104# R 105/pkgs/applications/science/math/R @jbedo @bcdarwin 106/pkgs/development/r-modules @jbedo @bcdarwin 107 108# Ruby 109/pkgs/development/interpreters/ruby @marsam 110/pkgs/development/ruby-modules @marsam 111 112# Rust 113/pkgs/development/compilers/rust @Mic92 @LnL7 @zowoq 114/pkgs/build-support/rust @andir @zowoq 115 116# Darwin-related 117/pkgs/stdenv/darwin @NixOS/darwin-maintainers 118/pkgs/os-specific/darwin @NixOS/darwin-maintainers 119 120# C compilers 121/pkgs/development/compilers/gcc @matthewbauer 122/pkgs/development/compilers/llvm @matthewbauer 123 124# Compatibility stuff 125/pkgs/top-level/unix-tools.nix @matthewbauer 126/pkgs/development/tools/xcbuild @matthewbauer 127 128# Beam-related (Erlang, Elixir, LFE, etc) 129/pkgs/development/beam-modules @gleber 130/pkgs/development/interpreters/erlang @gleber 131/pkgs/development/interpreters/lfe @gleber 132/pkgs/development/interpreters/elixir @gleber 133/pkgs/development/tools/build-managers/rebar @gleber 134/pkgs/development/tools/build-managers/rebar3 @gleber 135/pkgs/development/tools/erlang @gleber 136 137# Jetbrains 138/pkgs/applications/editors/jetbrains @edwtjo 139 140# Licenses 141/lib/licenses.nix @alyssais 142 143# Qt / KDE 144/pkgs/applications/kde @ttuegel 145/pkgs/desktops/plasma-5 @ttuegel 146/pkgs/development/libraries/kde-frameworks @ttuegel 147/pkgs/development/libraries/qt-5 @ttuegel 148 149# PostgreSQL and related stuff 150/pkgs/servers/sql/postgresql @thoughtpolice @marsam 151/nixos/modules/services/databases/postgresql.xml @thoughtpolice 152/nixos/modules/services/databases/postgresql.nix @thoughtpolice 153/nixos/tests/postgresql.nix @thoughtpolice 154 155# Hardened profile & related modules 156/nixos/modules/profiles/hardened.nix @joachifm 157/nixos/modules/security/hidepid.nix @joachifm 158/nixos/modules/security/lock-kernel-modules.nix @joachifm 159/nixos/modules/security/misc.nix @joachifm 160/nixos/tests/hardened.nix @joachifm 161/pkgs/os-specific/linux/kernel/hardened-config.nix @joachifm 162 163# Network Time Daemons 164/pkgs/tools/networking/chrony @thoughtpolice 165/pkgs/tools/networking/ntp @thoughtpolice 166/pkgs/tools/networking/openntpd @thoughtpolice 167/nixos/modules/services/networking/ntp @thoughtpolice 168 169# Dhall 170/pkgs/development/dhall-modules @Gabriel439 @Profpatsch @ehmry 171/pkgs/development/interpreters/dhall @Gabriel439 @Profpatsch @ehmry 172 173# Idris 174/pkgs/development/idris-modules @Infinisil 175 176# Bazel 177/pkgs/development/tools/build-managers/bazel @mboes @Profpatsch 178 179# NixOS modules for e-mail and dns services 180/nixos/modules/services/mail/mailman.nix @peti 181/nixos/modules/services/mail/postfix.nix @peti 182/nixos/modules/services/networking/bind.nix @peti 183/nixos/modules/services/mail/rspamd.nix @peti 184 185# Emacs 186/pkgs/applications/editors/emacs-modes @adisbladis 187/pkgs/applications/editors/emacs @adisbladis 188/pkgs/top-level/emacs-packages.nix @adisbladis 189 190# Neovim 191/pkgs/applications/editors/neovim @jonringer @teto 192 193# VimPlugins 194/pkgs/misc/vim-plugins @jonringer @softinio 195 196# VsCode Extensions 197/pkgs/misc/vscode-extensions @jonringer 198 199# Prometheus exporter modules and tests 200/nixos/modules/services/monitoring/prometheus/exporters.nix @WilliButz 201/nixos/modules/services/monitoring/prometheus/exporters.xml @WilliButz 202/nixos/tests/prometheus-exporters.nix @WilliButz 203 204# PHP interpreter, packages, extensions, tests and documentation 205/doc/languages-frameworks/php.section.md @NixOS/php @aanderse @etu @globin @ma27 @talyz 206/nixos/tests/php @NixOS/php @aanderse @etu @globin @ma27 @talyz 207/pkgs/build-support/build-pecl.nix @NixOS/php @aanderse @etu @globin @ma27 @talyz 208/pkgs/development/interpreters/php @jtojnar @NixOS/php @aanderse @etu @globin @ma27 @talyz 209/pkgs/development/php-packages @NixOS/php @aanderse @etu @globin @ma27 @talyz 210/pkgs/top-level/php-packages.nix @jtojnar @NixOS/php @aanderse @etu @globin @ma27 @talyz 211 212# Podman, CRI-O modules and related 213/nixos/modules/virtualisation/containers.nix @NixOS/podman @zowoq 214/nixos/modules/virtualisation/cri-o.nix @NixOS/podman @zowoq 215/nixos/modules/virtualisation/podman.nix @NixOS/podman @zowoq 216/nixos/tests/cri-o.nix @NixOS/podman @zowoq 217/nixos/tests/podman.nix @NixOS/podman @zowoq 218 219# Docker tools 220/pkgs/build-support/docker @roberth @utdemir 221/nixos/tests/docker-tools-overlay.nix @roberth 222/nixos/tests/docker-tools.nix @roberth 223/doc/builders/images/dockertools.xml @roberth 224 225# Blockchains 226/pkgs/applications/blockchains @mmahut @RaghavSood 227 228# Go 229/pkgs/development/compilers/go @kalbasit @Mic92 @zowoq 230/pkgs/development/go-modules @kalbasit @Mic92 @zowoq 231/pkgs/development/go-packages @kalbasit @Mic92 @zowoq 232 233# Cinnamon 234/pkgs/desktops/cinnamon @mkg20001 235 236#nim 237/pkgs/development/compilers/nim @ehmry 238/pkgs/development/nim-packages @ehmry 239/pkgs/top-level/nim-packages.nix @ehmry