about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorCole Helbling <cole.e.helbling@outlook.com>2022-12-05 11:08:38 -0800
committerCole Helbling <cole.e.helbling@outlook.com>2022-12-08 13:50:05 -0800
commit6eb04c578d69b3d719743ccaa40103fc62ec72ea (patch)
treebaff3c11ba25e06bea8dc1842cf64b91eeb86dc0 /.github
parent5af481f67f2967bf7db0a05053331c4b9d4906f7 (diff)
nixos/activation/bootspec: bootspec owners also own the cue file
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 3cb74a5dccece..32e0313cf8dbf 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -79,6 +79,7 @@
 /nixos/modules/installer/tools/nixos-option.sh        @nbp
 /nixos/modules/system                                 @dasJ
 /nixos/modules/system/activation/bootspec.nix         @grahamc @cole-h @raitobezarius
+/nixos/modules/system/activation/bootspec.cue         @grahamc @cole-h @raitobezarius
 
 # NixOS integration test driver
 /nixos/lib/test-driver  @tfc