fmt
This commit is contained in:
parent
51a7660478
commit
8cc05e8e40
6 changed files with 38 additions and 39 deletions
|
|
@ -7,11 +7,13 @@ let
|
|||
|
||||
${builtins.readFile ./caldav-export.py}
|
||||
'';
|
||||
pythonEnv = pkgs.python3.withPackages (ps: with ps; [
|
||||
caldav
|
||||
icalendar
|
||||
pyyaml
|
||||
]);
|
||||
pythonEnv = pkgs.python3.withPackages (
|
||||
ps: with ps; [
|
||||
caldav
|
||||
icalendar
|
||||
pyyaml
|
||||
]
|
||||
);
|
||||
in
|
||||
{
|
||||
systemd = {
|
||||
|
|
@ -34,4 +36,3 @@ in
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue