Merge master into staging-next

This commit is contained in:
nixpkgs-ci[bot]
2025-10-09 12:07:04 +00:00
committed by GitHub
40 changed files with 258 additions and 472 deletions

View File

@@ -27,9 +27,9 @@ let
type = types.listOf (types.submodule (import ./maintainer-module.nix { inherit lib; }));
default = [ ];
};
githubTeams = lib.mkOption {
type = types.listOf types.str;
default = [ ];
github = lib.mkOption {
type = types.str;
default = "";
};
};
};