Update dependencies

This commit is contained in:
Charlotte Van Petegem 2022-10-28 10:55:04 +02:00
parent 220421c5df
commit a92c58cda6
No known key found for this signature in database
GPG key ID: 019E764B7184435A
5 changed files with 43 additions and 94 deletions

View file

@ -323,12 +323,14 @@ in
};
};
"vdirsyncer/config".text =
let nextcloudConfig = type: {
inherit type;
url = "https://nextcloud.vanpetegem.me/remote.php/dav/";
username = "chvp";
"password.fetch" = [ "command" "${passwordScript}" "social/Nextcloud" ];
}; in
let
nextcloudConfig = type: {
inherit type;
url = "https://nextcloud.vanpetegem.me/remote.php/dav/";
username = "chvp";
"password.fetch" = [ "command" "${passwordScript}" "social/Nextcloud" ];
};
in
lib.generators.toINI
{ mkKeyValue = lib.generators.mkKeyValueDefault { mkValueString = builtins.toJSON; } "="; }
{