This commit is contained in:
mjallen18
2026-03-26 11:42:16 -05:00
parent 85ea3039f4
commit aed841d32e
15 changed files with 39 additions and 60 deletions

View File

@@ -1,5 +1,6 @@
{
buildHomeAssistantComponent,
fetchFromGitHub,
pkgs,
namespace,
...
@@ -9,18 +10,14 @@ buildHomeAssistantComponent rec {
domain = "anycubic_wifi";
version = "HACS-10";
src = pkgs.fetchFromGitHub {
src = fetchFromGitHub {
owner = owner;
repo = "anycubic-homeassistant";
rev = version;
hash = "sha256-TfZadwgdEJR11MaL+nfIgEYld3trWg3v6lOHSoxQ98Q=";
};
# PYTHONPATH = [ "${src}/uart-wifi" ];
nativeBuildInputs = with pkgs.${namespace}; [
uart-wifi
];
nativeBuildInputs = [ pkgs.${namespace}.uart-wifi ];
meta = {
changelog = "https://github.com/adamoutler/anycubic-homeassistant/releases/tag/${version}";