mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
nixos/tests/acme: set maintainers to acme team
This commit is contained in:
parent
ef7e6eeaf4
commit
bfffee9364
@ -12,8 +12,9 @@ let
|
|||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
in import ./make-test-python.nix {
|
in import ./make-test-python.nix ({ lib, ... }: {
|
||||||
name = "acme";
|
name = "acme";
|
||||||
|
meta.maintainers = lib.teams.acme.members;
|
||||||
|
|
||||||
nodes = rec {
|
nodes = rec {
|
||||||
acme = { nodes, lib, ... }: {
|
acme = { nodes, lib, ... }: {
|
||||||
@ -207,4 +208,4 @@ in import ./make-test-python.nix {
|
|||||||
"curl --cacert /tmp/ca.crt https://c.example.test/ | grep -qF 'hello world'"
|
"curl --cacert /tmp/ca.crt https://c.example.test/ | grep -qF 'hello world'"
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
}
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user