urlwatch: use writeJSON

This commit is contained in:
tv 2019-08-13 09:44:26 +02:00
parent b13d9d3149
commit ccb7fb731c

View File

@ -93,7 +93,7 @@ let
hooksFile = cfg.hooksFile;
configFile = pkgs.writeText "urlwatch.yaml" (toJSON {
configFile = pkgs.writeJSON "urlwatch.yaml" {
display = {
error = true;
new = true;
@ -129,7 +129,7 @@ let
line_length = 75;
};
};
});
};
imp = {
systemd.timers.urlwatch = {