1
0
Fork 0

Try fixing create-plans script

This commit is contained in:
Malte Brandy 2022-03-11 23:08:49 +01:00
parent ce71acf311
commit c7f3afb5fa

View file

@ -7,10 +7,16 @@
}
"plans";
planning = pkgs.writeShellScriptBin "planning" ''
create-plans; kassandra2
vdirsyncer nextcloud_calendar/planung
create-plans
vdirsyncer nextcloud_calendar/planung
kassandra2
'';
ui = pkgs.writeShellScriptBin "calendar" ''
create-plans; ikhal -d Serien
vdirsyncer nextcloud_calendar/planung
create-plans
vdirsyncer nextcloud_calendar/planung
ikhal -d Serien
'';
createPlans = pkgs.writeHaskellScript
{