Use stable esphome package
This commit is contained in:
parent
05a1b91fc4
commit
e0363dee0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ]}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue