From 2bb08f9cef428b7e7ac9864eea30a74984aea693 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 6 Jun 2022 12:55:34 +0200 Subject: l radio: add probability of precipitation --- lass/2configs/radio/news.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lass/2configs/radio/news.nix') 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" '' -- cgit v1.2.3