hass
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user