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