From 9d57f685b0ccc0e6851d517ffb851522fcd21a7c Mon Sep 17 00:00:00 2001 From: Emily Date: Sat, 12 Oct 2024 01:29:21 +0100 Subject: [PATCH 1/3] maintainers/team-list: establish the Darwin team --- maintainers/team-list.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 82144003e74b..95804a88dc27 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -198,8 +198,8 @@ with lib.maintainers; reckenrode toonn ]; - githubTeams = [ "darwin-maintainers" ]; - scope = "Maintain Darwin compatibility of packages and Darwin-only packages."; + githubTeams = [ "darwin-core" ]; + scope = "Maintain core platform support and packages for macOS and other Apple platforms."; shortName = "Darwin"; enableFeatureFreezePing = true; }; From 3cbf89bf29d4cbcdf12d881f12f81f0ad0271e53 Mon Sep 17 00:00:00 2001 From: Emily Date: Sat, 12 Oct 2024 01:31:47 +0100 Subject: [PATCH 2/3] maintainers/team-list: add emily to the Darwin team --- maintainers/team-list.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 95804a88dc27..485b15418b4d 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -195,6 +195,7 @@ with lib.maintainers; darwin = { members = [ + emily reckenrode toonn ]; From 9ffc74c7018109984eb985fd263e2bdccc1b8bc2 Mon Sep 17 00:00:00 2001 From: Emily Date: Sat, 12 Oct 2024 01:35:33 +0100 Subject: [PATCH 3/3] OWNERS: add Darwin team --- ci/OWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/OWNERS b/ci/OWNERS index 3431762e9abb..895f436c7ef0 100644 --- a/ci/OWNERS +++ b/ci/OWNERS @@ -393,3 +393,8 @@ pkgs/by-name/lx/lxc* @adamcstephens /pkgs/by-name/in/installShellFiles/* @Ericson2314 /pkgs/test/install-shell-files/* @Ericson2314 /doc/hooks/installShellFiles.section.md @Ericson2314 + +# Darwin +/pkgs/by-name/ap/apple-sdk @NixOS/darwin-core +/pkgs/os-specific/darwin/apple-source-releases @NixOS/darwin-core +/pkgs/stdenv/darwin @NixOS/darwin-core