tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/tests/esphome.nix: get rid of `with lib`
Anderson Torres
2 years ago
49483ab7
1792f2c6
+1
-2
1 changed file
expand all
collapse all
unified
split
nixos
tests
esphome.nix
+1
-2
nixos/tests/esphome.nix
···
4
4
testPort = 6052;
5
5
unixSocket = "/run/esphome/esphome.sock";
6
6
in
7
7
-
with lib;
8
7
{
9
8
name = "esphome";
10
10
-
meta.maintainers = with pkgs.lib.maintainers; [ oddlama ];
9
9
+
meta.maintainers = with lib.maintainers; [ oddlama ];
11
10
12
11
nodes = {
13
12
esphomeTcp = { ... }: