1
0
Fork 0

weewx: remove aqi plugin
All checks were successful
Build / build-amd64-linux (push) Successful in 37s
Build / build-arm64-linux (push) Successful in 38s

This commit is contained in:
Daniel Kempkens 2024-06-30 23:57:53 +02:00
parent c0d3153e79
commit e0b750e8af
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -31,11 +31,6 @@ let
hash = "sha256-L7mzbsb/Ewzd6kCrceOESMzEJDLjshFohgVK2U5/ZsM="; hash = "sha256-L7mzbsb/Ewzd6kCrceOESMzEJDLjshFohgVK2U5/ZsM=";
}; };
plugin-weewx-aqi = pkgs.fetchurl {
url = "https://github.com/jonathankoren/weewx-aqi/archive/refs/tags/v1.4.1.zip";
hash = "sha256-jDZPfhkLm2aRqeeevJadqNZBHgcYcHvYBxW6HFmJQUE=";
};
plugin-weewx-wdc = pkgs.fetchurl { plugin-weewx-wdc = pkgs.fetchurl {
url = "https://github.com/Daveiano/weewx-wdc/releases/download/v3.5.1/weewx-wdc-v3.5.1.zip"; url = "https://github.com/Daveiano/weewx-wdc/releases/download/v3.5.1/weewx-wdc-v3.5.1.zip";
hash = "sha256-MPjh/a6+f668yfD5AyCWFmyD1Q5p8nxCzESOUKx7wkQ="; hash = "sha256-MPjh/a6+f668yfD5AyCWFmyD1Q5p8nxCzESOUKx7wkQ=";
@ -128,7 +123,6 @@ poetry2nix.mkPoetryApplication {
HOME=$out/home $out/bin/weectl extension install ${plugin-weewx-mqtt-subscribe} --yes HOME=$out/home $out/bin/weectl extension install ${plugin-weewx-mqtt-subscribe} --yes
HOME=$out/home $out/bin/weectl extension install ${plugin-weewx-gts} --yes HOME=$out/home $out/bin/weectl extension install ${plugin-weewx-gts} --yes
HOME=$out/home $out/bin/weectl extension install ${plugin-weewx-purpleair} --yes HOME=$out/home $out/bin/weectl extension install ${plugin-weewx-purpleair} --yes
HOME=$out/home $out/bin/weectl extension install ${plugin-weewx-aqi} --yes
HOME=$out/home $out/bin/weectl extension install $TMPDIR/weewx-wdc/ --yes HOME=$out/home $out/bin/weectl extension install $TMPDIR/weewx-wdc/ --yes
cat << EOF > $out/home/weewx-data/bin/user/extensions.py cat << EOF > $out/home/weewx-data/bin/user/extensions.py