nixos/tests/pantheon.nix: get rid of `with lib`
Anderson Torres 2 years ago 70e8a86b d1a2a4cb
··· 3 3 { 4 4 name = "pantheon"; 5 5 6 6 - meta = with lib; { 7 7 - maintainers = teams.pantheon.members; 8 8 - }; 6 6 + meta.maintainers = lib.teams.pantheon.members; 9 7 10 8 nodes.machine = { ... }: 11 9