about summary refs log tree commit diff
path: root/nixos/tests/pantheon.nix
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-04-29 22:17:05 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-05-12 22:29:26 -0300
commit70e8a86b2b1e06c8daec4120c5c506f9674b7e5c (patch)
treebbc2a5390e381b9b923a1dfa06bafd0f32b69844 /nixos/tests/pantheon.nix
parentd1a2a4cbccd45e7ff3b32c0f073eb04d42651329 (diff)
nixos/tests/pantheon.nix: get rid of `with lib`
Diffstat (limited to 'nixos/tests/pantheon.nix')
-rw-r--r--nixos/tests/pantheon.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/tests/pantheon.nix b/nixos/tests/pantheon.nix
index 0b920c7a6d5f4..653fcc6edad11 100644
--- a/nixos/tests/pantheon.nix
+++ b/nixos/tests/pantheon.nix
@@ -3,9 +3,7 @@ import ./make-test-python.nix ({ pkgs, lib, ...} :
 {
   name = "pantheon";
 
-  meta = with lib; {
-    maintainers = teams.pantheon.members;
-  };
+  meta.maintainers = lib.teams.pantheon.members;
 
   nodes.machine = { ... }: