about summary refs log tree commit diff
path: root/users/Profpatsch/parked/sync-abfall-ics-aichach-friedberg/default.nix.inactive
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2024-10-05T12·42+0200
committerProfpatsch <mail@profpatsch.de>2024-10-05T13·49+0000
commit96a78877eb0d3109bd5b76345b9f1aa87bb3ec20 (patch)
tree786cecb05e5675de28452d09a9d2bfce3fa8b079 /users/Profpatsch/parked/sync-abfall-ics-aichach-friedberg/default.nix.inactive
parent2b5a10a45c9c183aa4593620757beb15f9203fff (diff)
chore(users/Profpatsch/sync-abfall): park r/8780
Change-Id: I9284417cb88f0eb2a0525db789069ca6507a500f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12583
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'users/Profpatsch/parked/sync-abfall-ics-aichach-friedberg/default.nix.inactive')
-rw-r--r--users/Profpatsch/parked/sync-abfall-ics-aichach-friedberg/default.nix.inactive31
1 files changed, 31 insertions, 0 deletions
diff --git a/users/Profpatsch/parked/sync-abfall-ics-aichach-friedberg/default.nix.inactive b/users/Profpatsch/parked/sync-abfall-ics-aichach-friedberg/default.nix.inactive
new file mode 100644
index 000000000000..739274cb6f1b
--- /dev/null
+++ b/users/Profpatsch/parked/sync-abfall-ics-aichach-friedberg/default.nix.inactive
@@ -0,0 +1,31 @@
+{ 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;
+
+  config =
+    depot.users.Profpatsch.importDhall.importDhall
+      {
+        root = ./..;
+        files = [
+          "sync-abfall-ics-aichach-friedberg/ics-to-caldav.dhall"
+          "dhall/lib.dhall"
+          "ini/ini.dhall"
+        ];
+        main = "sync-abfall-ics-aichach-friedberg/ics-to-caldav.dhall";
+        deps = [
+        ];
+      }
+      depot.users.Profpatsch.ini.externs;
+
+
+
+in
+{ inherit config; }