From c15bf8c58eafb09e9bd818d67792d4557f4e9998 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Sat, 22 Feb 2025 13:43:16 +0100 Subject: [PATCH] little formatting --- system-modules/calendar-dicos.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/system-modules/calendar-dicos.nix b/system-modules/calendar-dicos.nix index e34c8da..ac91913 100644 --- a/system-modules/calendar-dicos.nix +++ b/system-modules/calendar-dicos.nix @@ -13,11 +13,11 @@ systemd.services."nx_cal_dicos" = { script = let nx_cal_dicos = (pkgs.writers.writePython3Bin "nx_cal_dicos" { - libraries = with pkgs.python3Packages; [ - ics - ]; - flakeIgnore = [ "E302" "E305" "E226" "E501" ]; - } /*python */ '' + libraries = with pkgs.python3Packages; [ + ics + ]; + flakeIgnore = [ "E302" "E305" "E226" "E501" ]; + } /* python */ '' import os from glob import glob from ics import Calendar