2024-10-10 00:07:29 +02:00
|
|
|
# This file is used to describe who owns what in this repository.
|
|
|
|
# Users/teams will get review requests for PRs that change their files.
|
2017-07-19 14:19:37 +02:00
|
|
|
#
|
2024-10-10 00:07:29 +02:00
|
|
|
# This file does not replace `meta.maintainers`
|
|
|
|
# but is instead used for other things than derivations and modules,
|
|
|
|
# like documentation, package sets, and other assets.
|
2017-07-19 14:19:37 +02:00
|
|
|
#
|
2024-10-10 00:07:29 +02:00
|
|
|
# This file uses the same syntax as the natively supported CODEOWNERS file,
|
|
|
|
# see https://help.github.com/articles/about-codeowners/ for documentation.
|
|
|
|
# However it comes with some notable differences:
|
|
|
|
# - There is no need for user/team listed here to have write access.
|
|
|
|
# - No reviews will be requested for PRs that target the wrong base branch.
|
2021-11-22 01:25:28 +01:00
|
|
|
#
|
2024-10-26 16:26:22 +02:00
|
|
|
# Processing of this file is implemented in workflows/codeowners-v2.yml
|
2017-07-19 14:19:37 +02:00
|
|
|
|
2024-06-26 00:51:40 +02:00
|
|
|
# CI
|
2024-12-27 19:25:08 -03:00
|
|
|
/.github/*_TEMPLATE* @SigmaSquadron
|
2025-05-30 18:55:46 +02:00
|
|
|
/.github/actions @NixOS/Security @Mic92 @zowoq @infinisil @azuwis @wolfgangwalther @philiptaron
|
|
|
|
/.github/workflows @NixOS/Security @Mic92 @zowoq @infinisil @azuwis @wolfgangwalther @philiptaron
|
|
|
|
/ci @NixOS/Security @Mic92 @zowoq @infinisil @azuwis @wolfgangwalther @philiptaron
|
2024-12-27 19:25:08 -03:00
|
|
|
/ci/OWNERS @infinisil @philiptaron
|
2020-07-31 08:30:31 +10:00
|
|
|
|
2024-09-02 12:33:28 -07:00
|
|
|
# Development support
|
2020-07-31 15:28:35 +10:00
|
|
|
/.editorconfig @Mic92 @zowoq
|
2024-06-26 01:07:09 +02:00
|
|
|
/shell.nix @infinisil @NixOS/Security
|
2020-07-31 15:28:35 +10:00
|
|
|
|
2017-09-07 01:10:48 +02:00
|
|
|
# Libraries
|
2025-03-03 19:01:31 +01:00
|
|
|
/lib @infinisil @hsjobeki
|
2024-10-11 10:28:41 -07:00
|
|
|
/lib/systems @alyssais @ericson2314 @NixOS/stdenv
|
2025-03-03 19:01:31 +01:00
|
|
|
/lib/generators.nix @infinisil @hsjobeki @Profpatsch
|
|
|
|
/lib/cli.nix @infinisil @hsjobeki @Profpatsch
|
|
|
|
/lib/debug.nix @infinisil @hsjobeki @Profpatsch
|
|
|
|
/lib/asserts.nix @infinisil @hsjobeki @Profpatsch
|
|
|
|
/lib/path/* @infinisil @hsjobeki
|
|
|
|
/lib/fileset @infinisil @hsjobeki
|
2023-11-28 16:22:27 +01:00
|
|
|
## Libraries / Module system
|
2025-03-03 19:01:31 +01:00
|
|
|
/lib/modules.nix @infinisil @roberth @hsjobeki
|
|
|
|
/lib/types.nix @infinisil @roberth @hsjobeki
|
|
|
|
/lib/options.nix @infinisil @roberth @hsjobeki
|
|
|
|
/lib/tests/modules.sh @infinisil @roberth @hsjobeki
|
|
|
|
/lib/tests/modules @infinisil @roberth @hsjobeki
|
2017-10-31 10:25:51 +00:00
|
|
|
|
|
|
|
# Nixpkgs Internals
|
2023-02-20 14:36:26 +01:00
|
|
|
/default.nix @Ericson2314
|
|
|
|
/pkgs/top-level/default.nix @Ericson2314
|
|
|
|
/pkgs/top-level/impure.nix @Ericson2314
|
2023-08-26 12:22:19 +02:00
|
|
|
/pkgs/top-level/stage.nix @Ericson2314
|
|
|
|
/pkgs/top-level/splice.nix @Ericson2314
|
|
|
|
/pkgs/top-level/release-cross.nix @Ericson2314
|
2024-09-02 12:33:28 -07:00
|
|
|
/pkgs/top-level/by-name-overlay.nix @infinisil @philiptaron
|
2024-10-11 10:28:41 -07:00
|
|
|
/pkgs/stdenv @philiptaron @NixOS/stdenv
|
|
|
|
/pkgs/stdenv/generic @Ericson2314 @NixOS/stdenv
|
|
|
|
/pkgs/stdenv/generic/check-meta.nix @Ericson2314 @NixOS/stdenv
|
|
|
|
/pkgs/stdenv/cross @Ericson2314 @NixOS/stdenv
|
2024-08-07 07:27:16 -07:00
|
|
|
/pkgs/build-support @philiptaron
|
2024-01-22 20:18:56 -08:00
|
|
|
/pkgs/build-support/cc-wrapper @Ericson2314
|
2022-02-27 14:12:16 +10:00
|
|
|
/pkgs/build-support/bintools-wrapper @Ericson2314
|
2021-01-09 10:12:23 +01:00
|
|
|
/pkgs/build-support/setup-hooks @Ericson2314
|
2022-04-14 09:44:48 +02:00
|
|
|
/pkgs/build-support/setup-hooks/auto-patchelf.sh @layus
|
2024-10-09 04:24:46 +02:00
|
|
|
/pkgs/by-name/au/auto-patchelf @layus
|
2025-01-13 22:19:58 +01:00
|
|
|
|
2023-10-31 20:23:12 +02:00
|
|
|
## Format generators/serializers
|
2025-01-13 22:19:58 +01:00
|
|
|
/pkgs/pkgs-lib @Stunkymonkey @h7x4
|
2017-10-31 10:25:51 +00:00
|
|
|
|
2020-02-18 19:59:48 +01:00
|
|
|
# Nixpkgs build-support
|
|
|
|
/pkgs/build-support/writers @lassulus @Profpatsch
|
|
|
|
|
2022-12-24 18:37:47 +01:00
|
|
|
# Nixpkgs make-disk-image
|
2023-06-03 19:05:54 +00:00
|
|
|
/doc/build-helpers/images/makediskimage.section.md @raitobezarius
|
2022-12-24 18:37:47 +01:00
|
|
|
/nixos/lib/make-disk-image.nix @raitobezarius
|
|
|
|
|
2024-01-11 19:18:08 +01:00
|
|
|
# Nix, the package manager
|
2024-05-23 21:13:27 +02:00
|
|
|
# @raitobezarius is not "code owner", but is listed here to be notified of changes
|
|
|
|
# pertaining to the Nix package manager.
|
|
|
|
# i.e. no authority over those files.
|
2024-08-21 08:07:49 +02:00
|
|
|
pkgs/tools/package-management/nix/ @NixOS/nix-team @raitobezarius
|
|
|
|
nixos/modules/installer/tools/nix-fallback-paths.nix @NixOS/nix-team @raitobezarius
|
2024-01-11 19:18:08 +01:00
|
|
|
|
2021-07-12 22:36:22 +02:00
|
|
|
# Nixpkgs documentation
|
|
|
|
/maintainers/scripts/db-to-md.sh @jtojnar @ryantm
|
|
|
|
/maintainers/scripts/doc @jtojnar @ryantm
|
2022-11-08 23:51:31 +01:00
|
|
|
|
2023-08-09 19:54:13 +02:00
|
|
|
# Contributor documentation
|
|
|
|
/CONTRIBUTING.md @infinisil
|
2023-08-09 20:23:07 +02:00
|
|
|
/.github/PULL_REQUEST_TEMPLATE.md @infinisil
|
2023-12-15 14:35:51 +01:00
|
|
|
/doc/contributing/ @infinisil
|
|
|
|
/doc/contributing/contributing-to-documentation.chapter.md @jtojnar @infinisil
|
2023-08-14 05:16:51 +02:00
|
|
|
/lib/README.md @infinisil
|
|
|
|
/doc/README.md @infinisil
|
|
|
|
/nixos/README.md @infinisil
|
|
|
|
/pkgs/README.md @infinisil
|
2024-09-02 12:33:28 -07:00
|
|
|
/pkgs/by-name/README.md @infinisil
|
2023-08-14 05:16:51 +02:00
|
|
|
/maintainers/README.md @infinisil
|
|
|
|
|
|
|
|
# User-facing development documentation
|
|
|
|
/doc/development.md @infinisil
|
|
|
|
/doc/development @infinisil
|
2021-07-12 22:36:22 +02:00
|
|
|
|
2017-10-31 10:25:51 +00:00
|
|
|
# NixOS Internals
|
2023-02-20 14:36:26 +01:00
|
|
|
/nixos/default.nix @infinisil
|
|
|
|
/nixos/lib/from-env.nix @infinisil
|
|
|
|
/nixos/lib/eval-config.nix @infinisil
|
2024-12-23 00:47:56 -05:00
|
|
|
/nixos/modules/misc/ids.nix @R-VdP
|
2022-11-30 15:15:52 +01:00
|
|
|
/nixos/modules/system/activation/bootspec.nix @grahamc @cole-h @raitobezarius
|
2022-12-05 11:08:38 -08:00
|
|
|
/nixos/modules/system/activation/bootspec.cue @grahamc @cole-h @raitobezarius
|
2017-09-07 01:10:48 +02:00
|
|
|
|
2024-11-12 15:50:44 +04:00
|
|
|
# NixOS Render Docs
|
|
|
|
/pkgs/by-name/ni/nixos-render-docs @fricklerhandwerk @GetPsyched @hsjobeki
|
|
|
|
/doc/redirects.json @fricklerhandwerk @GetPsyched @hsjobeki
|
|
|
|
/nixos/doc/manual/redirects.json @fricklerhandwerk @GetPsyched @hsjobeki
|
|
|
|
|
2019-11-25 18:01:29 +01:00
|
|
|
# NixOS integration test driver
|
|
|
|
/nixos/lib/test-driver @tfc
|
|
|
|
|
2023-04-12 20:00:44 +02:00
|
|
|
# NixOS QEMU virtualisation
|
2024-10-08 23:15:16 +02:00
|
|
|
/nixos/modules/virtualisation/qemu-vm.nix @raitobezarius
|
2023-04-12 20:00:44 +02:00
|
|
|
|
2024-06-03 11:40:40 +02:00
|
|
|
# ACME
|
2024-10-11 02:44:10 +01:00
|
|
|
/nixos/modules/security/acme @NixOS/acme
|
2024-06-03 11:40:40 +02:00
|
|
|
|
2022-03-19 12:35:41 +01:00
|
|
|
# Systemd
|
2022-03-22 19:23:34 +01:00
|
|
|
/nixos/modules/system/boot/systemd.nix @NixOS/systemd
|
2022-03-22 19:24:26 +01:00
|
|
|
/nixos/modules/system/boot/systemd @NixOS/systemd
|
|
|
|
/nixos/lib/systemd-*.nix @NixOS/systemd
|
|
|
|
/pkgs/os-specific/linux/systemd @NixOS/systemd
|
2022-03-19 12:35:41 +01:00
|
|
|
|
2023-12-03 15:50:08 +01:00
|
|
|
# Systemd-boot
|
|
|
|
/nixos/modules/system/boot/loader/systemd-boot @JulienMalka
|
|
|
|
|
2025-03-02 13:17:25 +01:00
|
|
|
# Limine
|
2025-05-23 14:54:19 +05:30
|
|
|
/nixos/modules/system/boot/loader/limine @lzcunt @phip1611 @programmerlexi @johnrtitor
|
|
|
|
/nixos/tests/limine @johnrtitor
|
2025-03-02 13:17:25 +01:00
|
|
|
|
2023-08-14 17:46:57 -04:00
|
|
|
# Images and installer media
|
2024-09-25 18:12:12 -04:00
|
|
|
/nixos/modules/profiles/installation-device.nix @ElvishJerricco
|
|
|
|
/nixos/modules/installer/cd-dvd/ @ElvishJerricco
|
2024-06-28 15:26:09 -04:00
|
|
|
/nixos/modules/installer/sd-card/
|
2023-08-14 17:46:57 -04:00
|
|
|
|
2024-10-14 12:21:03 +02:00
|
|
|
# Amazon
|
2024-11-23 14:26:07 -05:00
|
|
|
/nixos/modules/virtualisation/amazon-init.nix @arianvp
|
|
|
|
/nixos/modules/virtualisation/ec2-data.nix @arianvp
|
|
|
|
/nixos/modules/virtualisation/amazon-options.nix @arianvp
|
|
|
|
/nixos/modules/virtualisation/amazon-image.nix @arianvp
|
|
|
|
/nixos/maintainers/scripts/ec2/ @arianvp
|
|
|
|
/nixos/modules/services/misc/amazon-ssm-agent.nix @arianvp
|
|
|
|
/nixos/tests/amazon-ssm-agent.nix @arianvp
|
|
|
|
/nixos/modules/system/boot/grow-partition.nix @arianvp
|
|
|
|
/nixos/modules/services/monitoring/amazon-cloudwatch-agent.nix @philipmw
|
|
|
|
/nixos/tests/amazon-cloudwatch-agent.nix @philipmw
|
2024-10-14 12:21:03 +02:00
|
|
|
|
2024-12-15 23:35:08 -05:00
|
|
|
# Monitoring
|
|
|
|
/nixos/modules/services/monitoring/fluent-bit.nix @arianvp
|
|
|
|
/nixos/tests/fluent-bit.nix @arianvp
|
|
|
|
|
2024-11-04 22:23:33 +00:00
|
|
|
# nixos-rebuild-ng
|
|
|
|
/pkgs/by-name/ni/nixos-rebuild-ng @thiagokokada
|
2024-10-14 12:21:03 +02:00
|
|
|
|
2020-05-13 14:16:47 +02:00
|
|
|
# Updaters
|
|
|
|
## update.nix
|
|
|
|
/maintainers/scripts/update.nix @jtojnar
|
|
|
|
/maintainers/scripts/update.py @jtojnar
|
|
|
|
## common-updater-scripts
|
|
|
|
/pkgs/common-updater/scripts/update-source-version @jtojnar
|
|
|
|
|
2025-05-28 22:17:29 +05:30
|
|
|
# Android tools, libraries, and environments
|
|
|
|
/pkgs/development/android* @NixOS/android
|
|
|
|
/pkgs/development/mobile/android* @NixOS/android
|
|
|
|
/pkgs/applications/editors/android-studio* @NixOS/android
|
|
|
|
/doc/languages-frameworks/android* @NixOS/android
|
|
|
|
/pkgs/by-name/an/android* @NixOS/android
|
|
|
|
|
2017-07-19 14:19:37 +02:00
|
|
|
# Python-related code and docs
|
2024-07-03 01:30:41 +09:00
|
|
|
/doc/languages-frameworks/python.section.md @mweinelt @natsukium
|
2024-10-16 03:40:32 +02:00
|
|
|
/maintainers/scripts/update-python-libraries @mweinelt @natsukium
|
2024-12-05 23:30:22 +01:00
|
|
|
/pkgs/by-name/up/update-python-libraries @mweinelt @natsukium
|
2024-10-16 03:40:32 +02:00
|
|
|
/pkgs/development/interpreters/python @mweinelt @natsukium
|
2024-07-03 01:30:41 +09:00
|
|
|
/pkgs/top-level/python-packages.nix @natsukium
|
|
|
|
/pkgs/top-level/release-python.nix @natsukium
|
2017-07-19 14:19:37 +02:00
|
|
|
|
2025-05-12 23:03:03 +00:00
|
|
|
# CUDA
|
|
|
|
/pkgs/top-level/cuda-packages.nix @NixOS/cuda-maintainers
|
|
|
|
/pkgs/top-level/release-cuda.nix @NixOS/cuda-maintainers
|
|
|
|
/pkgs/development/cuda-modules @NixOS/cuda-maintainers
|
|
|
|
|
2017-09-07 01:10:48 +02:00
|
|
|
# Haskell
|
2025-04-20 11:35:33 +02:00
|
|
|
/doc/languages-frameworks/haskell.section.md @sternenseemann @maralorn @wolfgangwalther
|
|
|
|
/maintainers/scripts/haskell @sternenseemann @maralorn @wolfgangwalther
|
|
|
|
/pkgs/development/compilers/ghc @sternenseemann @maralorn @wolfgangwalther
|
|
|
|
/pkgs/development/haskell-modules @sternenseemann @maralorn @wolfgangwalther
|
|
|
|
/pkgs/test/haskell @sternenseemann @maralorn @wolfgangwalther
|
|
|
|
/pkgs/top-level/release-haskell.nix @sternenseemann @maralorn @wolfgangwalther
|
|
|
|
/pkgs/top-level/haskell-packages.nix @sternenseemann @maralorn @wolfgangwalther
|
2017-07-19 14:19:37 +02:00
|
|
|
|
2018-12-21 02:37:39 +00:00
|
|
|
# Perl
|
2024-06-24 19:47:43 +02:00
|
|
|
/pkgs/development/interpreters/perl @stigtsp @zakame @marcusramberg
|
|
|
|
/pkgs/top-level/perl-packages.nix @stigtsp @zakame @marcusramberg
|
|
|
|
/pkgs/development/perl-modules @stigtsp @zakame @marcusramberg
|
2018-12-21 02:37:39 +00:00
|
|
|
|
2017-09-07 09:03:49 +02:00
|
|
|
# R
|
2022-02-27 14:12:16 +10:00
|
|
|
/pkgs/applications/science/math/R @jbedo
|
|
|
|
/pkgs/development/r-modules @jbedo
|
2017-09-07 09:03:49 +02:00
|
|
|
|
2018-04-09 14:44:47 +01:00
|
|
|
# Rust
|
2024-10-25 10:56:32 +02:00
|
|
|
/pkgs/development/compilers/rust @alyssais @Mic92 @zowoq @winterqt @figsoda
|
2023-01-30 21:46:10 -05:00
|
|
|
/pkgs/build-support/rust @zowoq @winterqt @figsoda
|
2024-11-19 13:53:19 +01:00
|
|
|
/pkgs/build-support/rust/fetch-cargo-vendor* @TomaSajt
|
2023-01-30 21:46:10 -05:00
|
|
|
/doc/languages-frameworks/rust.section.md @zowoq @winterqt @figsoda
|
2018-04-09 14:44:47 +01:00
|
|
|
|
2024-09-26 17:18:31 +02:00
|
|
|
# Tcl
|
|
|
|
/pkgs/development/interpreters/tcl @fgaz
|
|
|
|
/pkgs/development/libraries/tk @fgaz
|
|
|
|
/pkgs/top-level/tcl-packages.nix @fgaz
|
|
|
|
/pkgs/development/tcl-modules @fgaz
|
2024-10-07 15:55:46 +02:00
|
|
|
/doc/languages-frameworks/tcl.section.md @fgaz
|
2024-09-26 17:18:31 +02:00
|
|
|
|
2018-11-02 19:07:08 -05:00
|
|
|
# C compilers
|
2024-01-22 20:18:56 -08:00
|
|
|
/pkgs/development/compilers/gcc
|
2024-10-11 10:46:26 -07:00
|
|
|
/pkgs/development/compilers/llvm @alyssais @RossComputerGuy @NixOS/llvm
|
2023-10-02 16:55:29 +02:00
|
|
|
/pkgs/development/compilers/emscripten @raitobezarius
|
2025-04-14 19:42:43 -07:00
|
|
|
/doc/toolchains/llvm.chapter.md @alyssais @RossComputerGuy @NixOS/llvm
|
2023-10-02 16:55:29 +02:00
|
|
|
/doc/languages-frameworks/emscripten.section.md @raitobezarius
|
2018-11-02 19:07:08 -05:00
|
|
|
|
2022-01-09 01:22:01 +01:00
|
|
|
# Audio
|
|
|
|
/nixos/modules/services/audio/botamusique.nix @mweinelt
|
|
|
|
/nixos/modules/services/audio/snapserver.nix @mweinelt
|
2024-10-08 23:15:16 +02:00
|
|
|
/nixos/tests/botamusique.nix @mweinelt
|
2022-01-09 01:22:01 +01:00
|
|
|
/nixos/tests/snapcast.nix @mweinelt
|
|
|
|
|
|
|
|
# Browsers
|
2025-05-30 20:40:27 -04:00
|
|
|
/pkgs/applications/networking/browsers/librewolf @squalus @DominicWrege @fpletz @LordGrimmauld
|
2022-01-09 01:22:01 +01:00
|
|
|
/pkgs/applications/networking/browsers/firefox @mweinelt
|
2024-12-06 20:24:46 +01:00
|
|
|
/pkgs/applications/networking/browsers/chromium @emilylange @networkException
|
|
|
|
/nixos/tests/chromium.nix @emilylange @networkException
|
2022-01-09 01:22:01 +01:00
|
|
|
|
2022-12-03 17:12:59 +01:00
|
|
|
# Certificate Authorities
|
2025-03-15 11:56:41 +01:00
|
|
|
pkgs/by-name/ca/cacert @ajs124 @lukegb @mweinelt
|
2022-12-03 17:12:59 +01:00
|
|
|
pkgs/development/libraries/nss/ @ajs124 @lukegb @mweinelt
|
|
|
|
pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
|
|
|
|
|
2024-10-30 18:44:37 +00:00
|
|
|
# Java
|
|
|
|
/doc/languages-frameworks/java.section.md @NixOS/java
|
|
|
|
/doc/languages-frameworks/gradle.section.md @NixOS/java
|
|
|
|
/doc/languages-frameworks/maven.section.md @NixOS/java
|
2024-11-24 22:47:26 +00:00
|
|
|
/nixos/modules/programs/java.nix @NixOS/java
|
2024-10-30 18:44:37 +00:00
|
|
|
/pkgs/top-level/java-packages.nix @NixOS/java
|
|
|
|
|
2017-09-19 10:24:57 +02:00
|
|
|
# Jetbrains
|
2024-12-13 11:04:20 +01:00
|
|
|
/pkgs/applications/editors/jetbrains @edwtjo @leona-ya @theCapypara
|
2017-10-05 22:41:37 +02:00
|
|
|
|
2019-06-18 23:11:07 +00:00
|
|
|
# Licenses
|
2025-05-24 10:16:22 +01:00
|
|
|
/lib/licenses.nix @alyssais @emilazy
|
2017-12-07 13:43:51 -06:00
|
|
|
|
2024-02-05 19:13:11 +03:00
|
|
|
# Qt
|
2024-04-19 13:48:33 -04:00
|
|
|
/pkgs/development/libraries/qt-5 @K900 @NickCao @SuperSandro2000 @ttuegel
|
|
|
|
/pkgs/development/libraries/qt-6 @K900 @NickCao @SuperSandro2000 @ttuegel
|
2024-02-05 19:13:11 +03:00
|
|
|
|
|
|
|
# KDE / Plasma 5
|
2024-04-19 13:48:33 -04:00
|
|
|
/pkgs/applications/kde @K900 @NickCao @SuperSandro2000 @ttuegel
|
|
|
|
/pkgs/desktops/plasma-5 @K900 @NickCao @SuperSandro2000 @ttuegel
|
|
|
|
/pkgs/development/libraries/kde-frameworks @K900 @NickCao @SuperSandro2000 @ttuegel
|
2024-02-05 19:13:11 +03:00
|
|
|
|
|
|
|
# KDE / Plasma 6
|
2024-04-19 13:48:33 -04:00
|
|
|
/pkgs/kde @K900 @NickCao @SuperSandro2000 @ttuegel
|
|
|
|
/maintainers/scripts/kde @K900 @NickCao @SuperSandro2000 @ttuegel
|
2018-11-02 09:26:42 -05:00
|
|
|
|
|
|
|
# PostgreSQL and related stuff
|
2024-11-23 21:13:47 +01:00
|
|
|
/pkgs/by-name/po/postgresqlTestHook @NixOS/postgres
|
2024-11-24 18:17:48 +01:00
|
|
|
/pkgs/by-name/ps/psqlodbc @NixOS/postgres
|
2024-11-01 16:53:25 +01:00
|
|
|
/pkgs/servers/sql/postgresql @NixOS/postgres
|
2024-11-20 22:14:50 +01:00
|
|
|
/pkgs/development/tools/rust/cargo-pgrx @NixOS/postgres
|
2024-11-01 16:53:25 +01:00
|
|
|
/nixos/modules/services/databases/postgresql.md @NixOS/postgres
|
|
|
|
/nixos/modules/services/databases/postgresql.nix @NixOS/postgres
|
2024-11-02 18:58:52 +01:00
|
|
|
/nixos/tests/postgresql @NixOS/postgres
|
2018-10-25 21:10:03 +02:00
|
|
|
|
2025-01-12 19:58:18 +01:00
|
|
|
# MySQL/MariaDB and related stuff
|
2025-02-14 01:06:52 +01:00
|
|
|
/nixos/modules/services/databases/mysql.nix @6543
|
2025-01-12 19:58:18 +01:00
|
|
|
/nixos/modules/services/backup/mysql-backup.nix @6543
|
|
|
|
|
2019-04-18 16:48:27 +02:00
|
|
|
# Hardened profile & related modules
|
2024-11-06 18:18:57 -06:00
|
|
|
/nixos/modules/profiles/hardened.nix @joachifm
|
|
|
|
/nixos/modules/security/lock-kernel-modules.nix @joachifm
|
|
|
|
/nixos/modules/security/misc.nix @joachifm
|
|
|
|
/nixos/tests/hardened.nix @joachifm
|
|
|
|
/pkgs/os-specific/linux/kernel/hardened/ @fabianhjr @joachifm
|
2019-04-18 16:48:27 +02:00
|
|
|
|
2022-01-09 01:22:01 +01:00
|
|
|
# Home Automation
|
2024-10-08 23:15:16 +02:00
|
|
|
/nixos/modules/services/home-automation/home-assistant.nix @mweinelt
|
|
|
|
/nixos/modules/services/home-automation/zigbee2mqtt.nix @mweinelt
|
2022-01-09 01:22:01 +01:00
|
|
|
/nixos/tests/home-assistant.nix @mweinelt
|
|
|
|
/nixos/tests/zigbee2mqtt.nix @mweinelt
|
|
|
|
/pkgs/servers/home-assistant @mweinelt
|
2025-03-15 11:56:41 +01:00
|
|
|
/pkgs/by-name/es/esphome @mweinelt
|
2022-01-09 01:22:01 +01:00
|
|
|
|
2018-12-01 13:01:09 -06:00
|
|
|
# Network Time Daemons
|
2024-10-09 18:45:30 +02:00
|
|
|
/pkgs/by-name/ch/chrony @thoughtpolice
|
2024-11-09 20:17:54 +08:00
|
|
|
/pkgs/by-name/nt/ntp @thoughtpolice
|
|
|
|
/pkgs/by-name/op/openntpd @thoughtpolice
|
2018-12-01 13:01:09 -06:00
|
|
|
/nixos/modules/services/networking/ntp @thoughtpolice
|
|
|
|
|
2022-01-09 01:22:01 +01:00
|
|
|
# Network
|
2024-11-09 20:17:54 +08:00
|
|
|
/pkgs/by-name/ke/kea @mweinelt
|
|
|
|
/pkgs/by-name/ba/babeld @mweinelt
|
2022-01-09 01:22:01 +01:00
|
|
|
/nixos/modules/services/networking/babeld.nix @mweinelt
|
|
|
|
/nixos/modules/services/networking/kea.nix @mweinelt
|
|
|
|
/nixos/modules/services/networking/knot.nix @mweinelt
|
2022-10-19 14:03:44 +02:00
|
|
|
/nixos/modules/services/monitoring/prometheus/exporters/kea.nix @mweinelt
|
2022-01-09 01:22:01 +01:00
|
|
|
/nixos/tests/babeld.nix @mweinelt
|
|
|
|
/nixos/tests/kea.nix @mweinelt
|
|
|
|
/nixos/tests/knot.nix @mweinelt
|
|
|
|
|
2023-07-21 21:16:04 +02:00
|
|
|
# Web servers
|
2023-10-31 04:30:02 +00:00
|
|
|
/doc/packages/nginx.section.md @raitobezarius
|
2023-07-21 21:16:04 +02:00
|
|
|
/pkgs/servers/http/nginx/ @raitobezarius
|
|
|
|
/nixos/modules/services/web-servers/nginx/ @raitobezarius
|
|
|
|
|
2025-04-06 00:19:53 +02:00
|
|
|
# D
|
|
|
|
/pkgs/build-support/dlang @jtbx @TomaSajt
|
|
|
|
|
2018-10-25 21:10:03 +02:00
|
|
|
# Dhall
|
2025-05-12 17:47:07 -04:00
|
|
|
/pkgs/development/dhall-modules @Gabriella439 @Profpatsch
|
|
|
|
/pkgs/development/interpreters/dhall @Gabriella439 @Profpatsch
|
2018-11-10 16:12:36 +01:00
|
|
|
|
|
|
|
# Idris
|
|
|
|
/pkgs/development/idris-modules @Infinisil
|
2024-08-28 11:19:10 -05:00
|
|
|
/pkgs/development/compilers/idris2 @mattpolzin
|
2018-11-08 11:36:21 +01:00
|
|
|
|
|
|
|
# Bazel
|
2022-02-27 14:12:16 +10:00
|
|
|
/pkgs/development/tools/build-managers/bazel @Profpatsch
|
2019-08-30 14:46:20 +02:00
|
|
|
|
|
|
|
# NixOS modules for e-mail and dns services
|
|
|
|
/nixos/modules/services/mail/mailman.nix @peti
|
|
|
|
/nixos/modules/services/mail/postfix.nix @peti
|
|
|
|
/nixos/modules/services/networking/bind.nix @peti
|
|
|
|
/nixos/modules/services/mail/rspamd.nix @peti
|
2019-08-30 17:21:16 +01:00
|
|
|
|
|
|
|
# Emacs
|
2024-10-12 03:12:28 +08:00
|
|
|
/pkgs/applications/editors/emacs/elisp-packages @NixOS/emacs
|
|
|
|
/pkgs/applications/editors/emacs @NixOS/emacs
|
|
|
|
/pkgs/top-level/emacs-packages.nix @NixOS/emacs
|
2024-10-12 03:51:44 +08:00
|
|
|
/doc/packages/emacs.section.md @NixOS/emacs
|
|
|
|
/nixos/modules/services/editors/emacs.md @NixOS/emacs
|
2019-09-12 12:48:40 +02:00
|
|
|
|
2024-07-26 08:11:52 -07:00
|
|
|
# Kakoune
|
|
|
|
/pkgs/applications/editors/kakoune @philiptaron
|
|
|
|
|
2025-04-07 09:46:21 -05:00
|
|
|
# LuaPackages
|
|
|
|
/pkgs/development/lua-modules @NixOS/lua
|
|
|
|
|
2020-11-02 17:48:26 -08:00
|
|
|
# Neovim
|
2024-10-31 11:09:26 +01:00
|
|
|
/pkgs/applications/editors/neovim @NixOS/neovim
|
2020-11-02 17:48:26 -08:00
|
|
|
|
2019-10-30 21:49:23 -07:00
|
|
|
# VimPlugins
|
2024-10-31 11:09:26 +01:00
|
|
|
/pkgs/applications/editors/vim/plugins @NixOS/neovim
|
2019-10-30 21:49:23 -07:00
|
|
|
|
|
|
|
# VsCode Extensions
|
2024-06-25 08:54:00 +02:00
|
|
|
/pkgs/applications/editors/vscode/extensions
|
2019-10-30 21:49:23 -07:00
|
|
|
|
2020-05-16 18:13:02 +02:00
|
|
|
# PHP interpreter, packages, extensions, tests and documentation
|
2024-02-22 16:57:35 +01:00
|
|
|
/doc/languages-frameworks/php.section.md @aanderse @drupol @globin @ma27 @talyz
|
|
|
|
/nixos/tests/php @aanderse @drupol @globin @ma27 @talyz
|
|
|
|
/pkgs/build-support/php/build-pecl.nix @aanderse @drupol @globin @ma27 @talyz
|
|
|
|
/pkgs/build-support/php @drupol
|
|
|
|
/pkgs/development/interpreters/php @jtojnar @aanderse @drupol @globin @ma27 @talyz
|
|
|
|
/pkgs/development/php-packages @aanderse @drupol @globin @ma27 @talyz
|
|
|
|
/pkgs/top-level/php-packages.nix @jtojnar @aanderse @drupol @globin @ma27 @talyz
|
2020-05-16 14:03:51 +10:00
|
|
|
|
2020-11-06 10:12:17 +01:00
|
|
|
# Docker tools
|
2022-02-27 14:12:16 +10:00
|
|
|
/pkgs/build-support/docker @roberth
|
2022-04-05 10:15:29 +10:00
|
|
|
/nixos/tests/docker-tools* @roberth
|
2023-06-03 19:05:54 +00:00
|
|
|
/doc/build-helpers/images/dockertools.section.md @roberth
|
2020-11-06 10:12:17 +01:00
|
|
|
|
2020-06-20 17:03:37 +02:00
|
|
|
# Blockchains
|
2020-11-23 05:20:38 +00:00
|
|
|
/pkgs/applications/blockchains @mmahut @RaghavSood
|
2020-08-12 08:25:46 +10:00
|
|
|
|
|
|
|
# Go
|
2024-06-25 09:36:36 +10:00
|
|
|
/doc/languages-frameworks/go.section.md @kalbasit @katexochen @Mic92 @zowoq
|
|
|
|
/pkgs/build-support/go @kalbasit @katexochen @Mic92 @zowoq
|
|
|
|
/pkgs/development/compilers/go @kalbasit @katexochen @Mic92 @zowoq
|
2020-12-18 07:50:26 +01:00
|
|
|
|
2021-11-22 01:25:31 +01:00
|
|
|
# GNOME
|
2022-07-12 11:50:19 +10:00
|
|
|
/pkgs/desktops/gnome @jtojnar
|
2024-04-19 19:56:26 +02:00
|
|
|
/pkgs/desktops/gnome/extensions @jtojnar
|
2022-12-15 20:25:32 +01:00
|
|
|
/pkgs/build-support/make-hardcode-gsettings-patch @jtojnar
|
2021-11-22 01:25:31 +01:00
|
|
|
|
2020-12-18 07:50:26 +01:00
|
|
|
# Cinnamon
|
2024-07-23 00:07:28 +08:00
|
|
|
/pkgs/by-name/ci/cinnamon-* @mkg20001
|
|
|
|
/pkgs/by-name/cj/cjs @mkg20001
|
|
|
|
/pkgs/by-name/mu/muffin @mkg20001
|
|
|
|
/pkgs/by-name/ne/nemo @mkg20001
|
|
|
|
/pkgs/by-name/ne/nemo-* @mkg20001
|
2021-09-03 15:52:29 +02:00
|
|
|
|
2024-10-26 19:21:53 +00:00
|
|
|
# Xfce
|
|
|
|
/doc/hooks/xfce4-dev-tools.section.md @NixOS/xfce
|
|
|
|
|
2021-12-31 13:31:19 +10:00
|
|
|
# terraform providers
|
|
|
|
/pkgs/applications/networking/cluster/terraform-providers @zowoq
|
2022-01-09 00:57:00 +01:00
|
|
|
|
2023-08-06 18:43:08 +02:00
|
|
|
# Forgejo
|
2024-05-23 01:40:17 +02:00
|
|
|
nixos/modules/services/misc/forgejo.nix @adamcstephens @bendlas @emilylange
|
2024-08-17 21:11:53 +02:00
|
|
|
pkgs/by-name/fo/forgejo/ @adamcstephens @bendlas @emilylange
|
2023-08-06 18:43:08 +02:00
|
|
|
|
2022-04-25 20:44:22 +02:00
|
|
|
# Dotnet
|
2024-06-29 03:07:24 -04:00
|
|
|
/pkgs/build-support/dotnet @corngood
|
|
|
|
/pkgs/development/compilers/dotnet @corngood
|
|
|
|
/pkgs/test/dotnet @corngood
|
|
|
|
/doc/languages-frameworks/dotnet.section.md @corngood
|
2022-09-02 21:52:20 -04:00
|
|
|
|
|
|
|
# Node.js
|
2024-07-01 20:23:21 -04:00
|
|
|
/pkgs/build-support/node/build-npm-package @winterqt
|
|
|
|
/pkgs/build-support/node/fetch-npm-deps @winterqt
|
|
|
|
/doc/languages-frameworks/javascript.section.md @winterqt
|
2024-10-19 09:42:56 +02:00
|
|
|
/pkgs/development/tools/pnpm @Scrumplex @gepbird
|
2023-03-18 13:45:40 +01:00
|
|
|
|
|
|
|
# OCaml
|
2023-06-13 10:31:52 -03:00
|
|
|
/pkgs/build-support/ocaml @ulrikstrid
|
|
|
|
/pkgs/development/compilers/ocaml @ulrikstrid
|
|
|
|
/pkgs/development/ocaml-modules @ulrikstrid
|
2023-05-28 16:06:58 +02:00
|
|
|
|
2025-03-20 12:07:44 -04:00
|
|
|
# ZFS
|
2025-03-21 09:17:07 -04:00
|
|
|
/nixos/modules/tasks/filesystems/zfs.nix @adamcstephens @amarshall
|
|
|
|
/nixos/tests/zfs.nix @adamcstephens @amarshall
|
|
|
|
/pkgs/os-specific/linux/zfs @adamcstephens @amarshall
|
2025-03-20 12:07:44 -04:00
|
|
|
|
2023-08-09 21:36:29 -04:00
|
|
|
# Zig
|
2024-07-29 22:51:42 -07:00
|
|
|
/pkgs/development/compilers/zig @figsoda @RossComputerGuy
|
|
|
|
/doc/hooks/zig.section.md @figsoda @RossComputerGuy
|
2023-08-09 21:36:29 -04:00
|
|
|
|
2023-12-28 11:48:40 +10:00
|
|
|
# Buildbot
|
|
|
|
nixos/modules/services/continuous-integration/buildbot @Mic92 @zowoq
|
|
|
|
nixos/tests/buildbot.nix @Mic92 @zowoq
|
|
|
|
pkgs/development/tools/continuous-integration/buildbot @Mic92 @zowoq
|
2024-03-16 15:42:57 +01:00
|
|
|
|
|
|
|
# Pretix
|
|
|
|
pkgs/by-name/pr/pretix/ @mweinelt
|
2024-05-09 17:59:33 +02:00
|
|
|
pkgs/by-name/pr/pretalx/ @mweinelt
|
2024-03-16 15:42:57 +01:00
|
|
|
nixos/modules/services/web-apps/pretix.nix @mweinelt
|
2024-05-09 17:59:33 +02:00
|
|
|
nixos/modules/services/web-apps/pretalx.nix @mweinelt
|
2024-03-16 15:42:57 +01:00
|
|
|
nixos/tests/web-apps/pretix.nix @mweinelt
|
2024-05-09 17:59:33 +02:00
|
|
|
nixos/tests/web-apps/pretalx.nix @mweinelt
|
2024-04-10 10:43:55 -04:00
|
|
|
|
2024-08-10 13:05:24 -04:00
|
|
|
# incus/lxc
|
|
|
|
nixos/maintainers/scripts/incus/ @adamcstephens
|
2024-04-10 10:43:55 -04:00
|
|
|
nixos/modules/virtualisation/incus.nix @adamcstephens
|
|
|
|
nixos/modules/virtualisation/lxc* @adamcstephens
|
|
|
|
nixos/tests/incus/ @adamcstephens
|
|
|
|
pkgs/by-name/in/incus/ @adamcstephens
|
|
|
|
pkgs/by-name/lx/lxc* @adamcstephens
|
|
|
|
|
2024-06-20 08:14:31 -07:00
|
|
|
# ExpidusOS, Flutter
|
|
|
|
/pkgs/development/compilers/flutter @RossComputerGuy
|
|
|
|
/pkgs/desktops/expidus @RossComputerGuy
|
|
|
|
|
|
|
|
# GNU Tar & Zip
|
|
|
|
/pkgs/tools/archivers/gnutar @RossComputerGuy
|
2024-11-09 20:17:54 +08:00
|
|
|
/pkgs/by-name/zi/zip @RossComputerGuy
|
2024-06-20 08:14:31 -07:00
|
|
|
|
|
|
|
# SELinux
|
2024-11-09 20:17:54 +08:00
|
|
|
/pkgs/by-name/ch/checkpolicy @RossComputerGuy
|
|
|
|
/pkgs/by-name/li/libselinux @RossComputerGuy
|
|
|
|
/pkgs/by-name/li/libsepol @RossComputerGuy
|
2024-08-05 22:20:38 -03:00
|
|
|
|
|
|
|
# installShellFiles
|
|
|
|
/pkgs/by-name/in/installShellFiles/* @Ericson2314
|
|
|
|
/pkgs/test/install-shell-files/* @Ericson2314
|
|
|
|
/doc/hooks/installShellFiles.section.md @Ericson2314
|
2024-10-12 01:35:33 +01:00
|
|
|
|
|
|
|
# Darwin
|
|
|
|
/pkgs/by-name/ap/apple-sdk @NixOS/darwin-core
|
|
|
|
/pkgs/os-specific/darwin/apple-source-releases @NixOS/darwin-core
|
|
|
|
/pkgs/stdenv/darwin @NixOS/darwin-core
|
2025-02-16 18:28:35 -05:00
|
|
|
|
|
|
|
# BEAM
|
|
|
|
pkgs/development/beam-modules/ @NixOS/beam
|
|
|
|
pkgs/development/interpreters/erlang/ @NixOS/beam
|
|
|
|
pkgs/development/interpreters/elixir/ @NixOS/beam
|
|
|
|
pkgs/development/interpreters/lfe/ @NixOS/beam
|
2025-04-29 21:14:55 +02:00
|
|
|
|
2025-05-28 21:48:52 +02:00
|
|
|
# Authelia
|
|
|
|
pkgs/servers/authelia/ @06kellyjac @dit7ya @nicomem
|
|
|
|
|
2025-04-29 21:14:55 +02:00
|
|
|
# OctoDNS
|
2025-05-05 08:18:42 -07:00
|
|
|
pkgs/by-name/oc/octodns/ @anthonyroussel
|
2025-04-27 21:21:31 +03:00
|
|
|
|
|
|
|
# Teleport
|
2025-04-27 22:02:49 +03:00
|
|
|
pkgs/by-name/te/teleport* @arianvp @justinas @sigma @tomberek @freezeboy @techknowlogick @JuliusFreudenberger
|
2025-05-11 08:56:34 +05:30
|
|
|
|
|
|
|
# Warp-terminal
|
|
|
|
pkgs/by-name/wa/warp-terminal/ @emilytrau @imadnyc @donteatoreo @johnrtitor
|