organize
This commit is contained in:
@@ -20,11 +20,10 @@ let
|
|||||||
propagatedBuildInputs = with pkgs.python3.pkgs; [
|
propagatedBuildInputs = with pkgs.python3.pkgs; [
|
||||||
aiohttp
|
aiohttp
|
||||||
aiohttp-client-cache
|
aiohttp-client-cache
|
||||||
requests
|
|
||||||
simplejson
|
|
||||||
|
|
||||||
requests-cache
|
|
||||||
pydantic
|
pydantic
|
||||||
|
requests
|
||||||
|
requests-cache
|
||||||
|
simplejson
|
||||||
websockets
|
websockets
|
||||||
];
|
];
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
@@ -40,7 +39,7 @@ let
|
|||||||
pythonEnv = pkgs.python3.withPackages (ps: [
|
pythonEnv = pkgs.python3.withPackages (ps: [
|
||||||
homeassistant-api
|
homeassistant-api
|
||||||
]);
|
]);
|
||||||
|
|
||||||
waybar-hass = pkgs.writeScriptBin "waybar-hass" ''
|
waybar-hass = pkgs.writeScriptBin "waybar-hass" ''
|
||||||
#!${pythonEnv}/bin/python
|
#!${pythonEnv}/bin/python
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user