about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2024-01-11 19:18:08 +0100
committerRaito Bezarius <masterancpp@gmail.com>2024-01-11 19:18:08 +0100
commita327fd0f71622b7ec25ebd20a308b9b605d433ab (patch)
treed262e5a816abf858a64536396486ac59c2a41e32 /.github
parent56df644cb4b71a2d8e219cf8a8d1d1df68364993 (diff)
CODEOWNERS: add myself as code owner of the Nix package manager
Given the prior attempts to encourage Nix package bumps to be more stable, we failed, failed and failed again.

Today again, we shipped a broken Nix (2.19.2) without sufficient testing to unstable-small and it broke some users.

As announced in the past, I am taking ownership of the package manager bumps and modifications
as seemingly no one is interested to do it inside of Nixpkgs.
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index f60b20dd8527d..01fa32e397c35 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -66,6 +66,10 @@
 /doc/build-helpers/images/makediskimage.section.md  @raitobezarius
 /nixos/lib/make-disk-image.nix                 @raitobezarius
 
+# Nix, the package manager
+pkgs/tools/package-management/nix/                    @raitobezarius
+nixos/modules/installer/tools/nix-fallback-paths.nix  @raitobezarius
+
 # Nixpkgs documentation
 /maintainers/scripts/db-to-md.sh @jtojnar @ryantm
 /maintainers/scripts/doc @jtojnar @ryantm