From 942dcd238b49ecd3020e75d0a193e9eedf45a0ab Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Wed, 28 Jul 2021 14:10:02 -0700 Subject: nixos/activation/bootspec: init bootspec support (RFC-0125) --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) (limited to '.github') 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 -- cgit 1.4.1 From 9a431a57b1b0172e86729a2ed56f4c51bc6a8701 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Wed, 30 Nov 2022 15:15:52 +0100 Subject: nixos/activation/bootspec: add @raitobezarius as a code-owner --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 582e1cfc54916..3cb74a5dccece 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -78,7 +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/modules/system/activation/bootspec.nix @grahamc @cole-h @raitobezarius # NixOS integration test driver /nixos/lib/test-driver @tfc -- cgit 1.4.1 From 6eb04c578d69b3d719743ccaa40103fc62ec72ea Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Mon, 5 Dec 2022 11:08:38 -0800 Subject: nixos/activation/bootspec: bootspec owners also own the cue file --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) (limited to '.github') 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 -- cgit 1.4.1