about summary refs log tree commit diff
path: root/users/Profpatsch/sync-abfall-ics-aichach-friedberg/default.nix
blob: 9c25972783bd9966319c37bb0b39aef8650cece9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ depot, pkgs, ... }:

let
  sync-to-dir = depot.users.Profpatsch.writers.python3
    {
      name = "sync-ics-to-dir";
      libraries = (py: [
        py.httpx
        py.icalendar
      ]);
    } ./sync-ics-to-dir.py;

in
sync-to-dir