mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-07-25 10:04:44 +00:00
feat: airgradient
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{ python3Packages }:
|
||||
with python3Packages;
|
||||
buildPythonPackage rec {
|
||||
pname = "waybar-ha";
|
||||
version = "0.0.1";
|
||||
format = "pyproject";
|
||||
src = ./.;
|
||||
buildInputs = [
|
||||
setuptools
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
requests
|
||||
keyring
|
||||
];
|
||||
|
||||
meta.mainProgram = pname;
|
||||
}
|
||||
Reference in New Issue
Block a user