summary refs log tree commit diff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-04-12 20:00:44 +0200
committerRaito Bezarius <masterancpp@gmail.com>2023-04-21 13:00:19 +0200
commit76f1b633ba8023ea789347a52dcf1e6c60ec5369 (patch)
tree8adb4ee898456f4aab13a0744654e714d7ad1875 /.github/CODEOWNERS
parent614b83a3285ca44650473e73f9777d7c41fe88a1 (diff)
downloadnixpkgs-76f1b633ba8023ea789347a52dcf1e6c60ec5369.tar
nixpkgs-76f1b633ba8023ea789347a52dcf1e6c60ec5369.tar.gz
nixpkgs-76f1b633ba8023ea789347a52dcf1e6c60ec5369.tar.bz2
nixpkgs-76f1b633ba8023ea789347a52dcf1e6c60ec5369.tar.lz
nixpkgs-76f1b633ba8023ea789347a52dcf1e6c60ec5369.tar.xz
nixpkgs-76f1b633ba8023ea789347a52dcf1e6c60ec5369.tar.zst
nixpkgs-76f1b633ba8023ea789347a52dcf1e6c60ec5369.zip
CODEOWNERS: add raitobezarius to qemu-vm.nix
I do a lot of work on QEMU VM and make-disk-image and I was bitten by an
unnotified change recently, so I want to chime in the future changes of
this file.
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 96bdccccf51..f3d4781dc53 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -90,6 +90,9 @@
 # NixOS integration test driver
 /nixos/lib/test-driver  @tfc
 
+# NixOS QEMU virtualisation
+/nixos/virtualisation/qemu-vm.nix           @raitobezarius
+
 # Systemd
 /nixos/modules/system/boot/systemd.nix      @NixOS/systemd
 /nixos/modules/system/boot/systemd          @NixOS/systemd