teams/cachix: init (#441482)
This commit is contained in:
@@ -22866,6 +22866,13 @@
|
||||
githubId = 96694484;
|
||||
name = "Sandeep Patel";
|
||||
};
|
||||
sandydoo = {
|
||||
name = "Sander";
|
||||
github = "sandydoo";
|
||||
githubId = 7572407;
|
||||
email = "hey@sandydoo.me";
|
||||
matrix = "@sandydoo:matrix.org";
|
||||
};
|
||||
Sanskarzz = {
|
||||
email = "sanskar.gur@gmail.com";
|
||||
github = "Sanskarzz";
|
||||
|
||||
@@ -170,6 +170,16 @@ with lib.maintainers;
|
||||
shortName = "c3d2";
|
||||
};
|
||||
|
||||
cachix = {
|
||||
# Verify additions to this team with at least one existing member of the team.
|
||||
members = [
|
||||
domenkozar
|
||||
sandydoo
|
||||
];
|
||||
scope = "Group registration for packages maintained by Cachix.";
|
||||
shortName = "Cachix employees";
|
||||
};
|
||||
|
||||
categorization = {
|
||||
members = [
|
||||
aleksana
|
||||
|
||||
@@ -8,7 +8,7 @@ let
|
||||
cfg = config.services.cachix-agent;
|
||||
in
|
||||
{
|
||||
meta.maintainers = [ lib.maintainers.domenkozar ];
|
||||
meta.maintainers = lib.teams.cachix.members;
|
||||
|
||||
options.services.cachix-agent = {
|
||||
enable = lib.mkEnableOption "Cachix Deploy Agent: <https://docs.cachix.org/deploy/>";
|
||||
|
||||
@@ -8,10 +8,9 @@ let
|
||||
cfg = config.services.cachix-watch-store;
|
||||
in
|
||||
{
|
||||
meta.maintainers = [
|
||||
lib.maintainers.jfroche
|
||||
lib.maintainers.domenkozar
|
||||
];
|
||||
meta = {
|
||||
maintainers = lib.teams.cachix.members ++ [ lib.maintainers.jfroche ];
|
||||
};
|
||||
|
||||
options.services.cachix-watch-store = {
|
||||
enable = lib.mkEnableOption "Cachix Watch Store: <https://docs.cachix.org>";
|
||||
|
||||
@@ -101,6 +101,6 @@ rustPlatform.buildRustPackage {
|
||||
homepage = "https://github.com/cachix/devenv";
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "devenv";
|
||||
maintainers = with lib.maintainers; [ domenkozar ];
|
||||
teams = [ lib.teams.cachix ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "Declarative secrets, every environment, any provider";
|
||||
homepage = "https://secretspec.dev";
|
||||
license = with lib.licenses; [ asl20 ];
|
||||
maintainers = with lib.maintainers; [ domenkozar ];
|
||||
teams = [ lib.teams.cachix ];
|
||||
mainProgram = "secretspec";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user