chore(users/Profpatsch/sync-abfall): park
Change-Id: I9284417cb88f0eb2a0525db789069ca6507a500f Reviewed-on: https://cl.tvl.fyi/c/depot/+/12583 Tested-by: BuildkiteCI Reviewed-by: Profpatsch <mail@profpatsch.de>
This commit is contained in:
parent
2b5a10a45c
commit
96a78877eb
4 changed files with 0 additions and 0 deletions
|
|
@ -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; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue