Use stable esphome package

This commit is contained in:
Jakob Lechner 2024-10-16 21:08:53 +02:00
parent 05a1b91fc4
commit e0363dee0f

View file

@ -28,7 +28,7 @@ in
enable = true;
address = "127.0.0.1";
port = ports.esphome.tcp;
package = pkgs.master.esphome;
package = pkgs.esphome;
#package = pkgs.esphome.overrideAttrs (attrs: {
# makeWrapperArgs = attrs.makeWrapperArgs ++ [
# "--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ pkgs.stdenv.cc.cc.lib ]}"