about summary refs log tree commit diff
path: root/nixos/tests/esphome.nix
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-04-30 11:26:16 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-05-12 22:29:27 -0300
commit49483ab7689dd20013a75dbd01d7e681faaf8747 (patch)
tree5daddadfd5f0db9a308d650a071e447ec2516454 /nixos/tests/esphome.nix
parent1792f2c61c78d6232e8597b574c2b096420c7193 (diff)
nixos/tests/esphome.nix: get rid of `with lib`
Diffstat (limited to 'nixos/tests/esphome.nix')
-rw-r--r--nixos/tests/esphome.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/tests/esphome.nix b/nixos/tests/esphome.nix
index b8dbdb0b37957..5a318b65a7231 100644
--- a/nixos/tests/esphome.nix
+++ b/nixos/tests/esphome.nix
@@ -4,10 +4,9 @@ let
   testPort = 6052;
   unixSocket = "/run/esphome/esphome.sock";
 in
-with lib;
 {
   name = "esphome";
-  meta.maintainers = with pkgs.lib.maintainers; [ oddlama ];
+  meta.maintainers = with lib.maintainers; [ oddlama ];
 
   nodes = {
     esphomeTcp = { ... }: