nixos/tests/pantheon.nix: get rid of with lib

This commit is contained in:
Anderson Torres 2023-04-29 22:17:05 -03:00
parent d1a2a4cbcc
commit 70e8a86b2b

View File

@ -3,9 +3,7 @@ import ./make-test-python.nix ({ pkgs, lib, ...} :
{ {
name = "pantheon"; name = "pantheon";
meta = with lib; { meta.maintainers = lib.teams.pantheon.members;
maintainers = teams.pantheon.members;
};
nodes.machine = { ... }: nodes.machine = { ... }: