Loading pkgs/servers/home-assistant/stubs.nix +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , poetry-core , home-assistant , python }: buildPythonPackage rec { Loading @@ -10,6 +11,8 @@ buildPythonPackage rec { version = "2023.3.0"; format = "pyproject"; disabled = python.version != home-assistant.python.version; src = fetchFromGitHub { owner = "KapJI"; repo = "homeassistant-stubs"; Loading Loading
pkgs/servers/home-assistant/stubs.nix +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , poetry-core , home-assistant , python }: buildPythonPackage rec { Loading @@ -10,6 +11,8 @@ buildPythonPackage rec { version = "2023.3.0"; format = "pyproject"; disabled = python.version != home-assistant.python.version; src = fetchFromGitHub { owner = "KapJI"; repo = "homeassistant-stubs"; Loading