summaryrefslogtreecommitdiffstats
path: root/lass/2configs/radio/news.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2022-06-06 12:55:34 +0200
committerlassulus <lassulus@lassul.us>2022-06-06 12:55:45 +0200
commit2bb08f9cef428b7e7ac9864eea30a74984aea693 (patch)
treecd61a0672ca185daabd041157dd4f59649b58c07 /lass/2configs/radio/news.nix
parent885a068ad4a0e647cee527aabd39953ad3e238b2 (diff)
l radio: add probability of precipitation
Diffstat (limited to 'lass/2configs/radio/news.nix')
-rw-r--r--lass/2configs/radio/news.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/2configs/radio/news.nix b/lass/2configs/radio/news.nix
index aa10ea29..99b58511 100644
--- a/lass/2configs/radio/news.nix
+++ b/lass/2configs/radio/news.nix
@@ -2,6 +2,7 @@
let
weather_for_ips = pkgs.writers.writePython3Bin "weather_for_ips" {
libraries = [ pkgs.python3Packages.geoip2 ];
+ flakeIgnore = [ "E501" ];
} ./weather_for_ips.py;
weather_report = pkgs.writers.writeDashBin "weather_report" ''