nixos/podman: Add maintainer team & add myself to podman team

This commit is contained in:
adisbladis 2020-04-20 12:35:36 +01:00
parent b512a788a4
commit f0a92ef1d9
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7
3 changed files with 9 additions and 6 deletions

View File

@ -33,10 +33,11 @@ with lib.maintainers; {
podman = {
members = [
adisbladis
saschagrunert
vdemeester
zowoq
];
scope = "Maintain podman related packages.";
scope = "Maintain Podman related packages and modules.";
};
}

View File

@ -37,6 +37,9 @@ let
'';
in
{
meta = {
maintainers = lib.teams.podman.members;
};
options.virtualisation.podman = {
@ -143,7 +146,6 @@ in
pkgs.runc # Default container runtime
pkgs.crun # Default container runtime (cgroups v2)
pkgs.conmon # Container runtime monitor
pkgs.skopeo # Interact with container registry
pkgs.slirp4netns # User-mode networking for unprivileged namespaces
pkgs.fuse-overlayfs # CoW for images, much faster than default vfs
pkgs.utillinux # nsenter
@ -180,7 +182,7 @@ in
offset = acc.offset + 65536;
}
)
{ values = []; offset = 100000; } cfg.users
{ values = []; offset = 100000; } (lib.unique cfg.users)
).values
);

View File

@ -1,10 +1,10 @@
# This test runs podman and checks if simple container starts
import ./make-test-python.nix (
{ pkgs, ... }: {
{ pkgs, lib, ... }: {
name = "podman";
meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ adisbladis ];
meta = {
maintainers = lib.teams.podman.members;
};
nodes = {