mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
nix: add nix team as maintainers for nix
This commit is contained in:
parent
187fb6354b
commit
2681649b3e
2 changed files with 6 additions and 3 deletions
|
@ -816,11 +816,14 @@ with lib.maintainers;
|
||||||
shortName = "Mercury Employees";
|
shortName = "Mercury Employees";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# same as https://github.com/orgs/NixOS/teams/nix-team
|
||||||
nix = {
|
nix = {
|
||||||
members = [
|
members = [
|
||||||
eelco
|
eelco
|
||||||
grahamc
|
mic92
|
||||||
pierron
|
tomberek
|
||||||
|
roberth
|
||||||
|
ericson2314
|
||||||
];
|
];
|
||||||
scope = "Maintain the Nix package manager.";
|
scope = "Maintain the Nix package manager.";
|
||||||
shortName = "Nix/nix-cli ecosystem";
|
shortName = "Nix/nix-cli ecosystem";
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
, hash ? null
|
, hash ? null
|
||||||
, src ? fetchFromGitHub { owner = "NixOS"; repo = "nix"; rev = version; inherit hash; }
|
, src ? fetchFromGitHub { owner = "NixOS"; repo = "nix"; rev = version; inherit hash; }
|
||||||
, patches ? [ ]
|
, patches ? [ ]
|
||||||
, maintainers ? with lib.maintainers; [ eelco lovesegfault artturin ]
|
, maintainers ? lib.teams.nix.members ++ [ lib.maintainers.lovesegfault lib.maintainers.artturin ]
|
||||||
, self_attribute_name
|
, self_attribute_name
|
||||||
}@args:
|
}@args:
|
||||||
assert (hash == null) -> (src != null);
|
assert (hash == null) -> (src != null);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue