Skip to content

Commit

Permalink
nixos/tests/acme: set maintainers to acme team
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy committed Apr 20, 2020
1 parent ef7e6ee commit bfffee9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nixos/tests/acme.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ let
fi
'';

in import ./make-test-python.nix {
in import ./make-test-python.nix ({ lib, ... }: {
name = "acme";
meta.maintainers = lib.teams.acme.members;

nodes = rec {
acme = { nodes, lib, ... }: {
Expand Down Expand Up @@ -207,4 +208,4 @@ in import ./make-test-python.nix {
"curl --cacert /tmp/ca.crt https://c.example.test/ | grep -qF 'hello world'"
)
'';
}
})

0 comments on commit bfffee9

Please sign in to comment.