From 0310e3c7ac017b9fb2600ef90f7141e4f0e67a41 Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Sun, 23 Jul 2023 21:27:59 -0700 Subject: [PATCH] CODEOWNERS: add ajoseph for kernel/manual-config.nix It is hard to get people to test changes to our kernel expression on anything other than x86_64 and aarch64 before merging changes. Therefore, I would like to be notified of PRs opened agains this file, so that I can hopefully catch breakage before it is merged, rather than afterwards. --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 73523dee31673..c15fccd28f812 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -313,3 +313,6 @@ nixos/lib/make-single-disk-zfs-image.nix @raitobezarius nixos/lib/make-multi-disk-zfs-image.nix @raitobezarius nixos/modules/tasks/filesystems/zfs.nix @raitobezarius nixos/tests/zfs.nix @raitobezarius + +# Linux Kernel +pkgs/os-specific/linux/kernel/manual-config.nix @amjoseph-nixpkgs