about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorCole Helbling <cole.helbling@determinate.systems>2021-07-28 14:10:02 -0700
committerCole Helbling <cole.e.helbling@outlook.com>2022-12-08 13:50:03 -0800
commit942dcd238b49ecd3020e75d0a193e9eedf45a0ab (patch)
tree7983e930f741e0d595a07cf556ce36084a74f98c /.github
parent0b8b0c65cc999625ad0047e027330df376a6d705 (diff)
nixos/activation/bootspec: init bootspec support (RFC-0125)
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 41d539dd5f1dd..582e1cfc54916 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -78,6 +78,7 @@
 /nixos/doc/manual/man-nixos-option.xml                @nbp
 /nixos/modules/installer/tools/nixos-option.sh        @nbp
 /nixos/modules/system                                 @dasJ
+/nixos/modules/system/activation/bootspec.nix         @grahamc @cole-h
 
 # NixOS integration test driver
 /nixos/lib/test-driver  @tfc