diff options
author | Adam Joseph | 2023-07-23 21:27:59 -0700 |
---|---|---|
committer | Adam Joseph | 2023-07-23 21:27:59 -0700 |
commit | 0310e3c7ac017b9fb2600ef90f7141e4f0e67a41 (patch) | |
tree | 790c8d98a0337a3d44862032fd4ed074dd9c13e3 /.github/CODEOWNERS | |
parent | 5e424292851e9c10004600453db18bde587aaa84 (diff) |
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.
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 73523dee3167..c15fccd28f81 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 |