update flake

This commit is contained in:
Denis Lehmann 2022-06-12 11:53:41 +02:00
parent 163c9338a3
commit 82a455679e

View file

@ -70,7 +70,7 @@
redisUrl = mkOption {
type = types.str;
default = "redis://127.0.0.1:6379/0";
description = "URL of redis database";
description = "URL of Redis database";
};
numWorkers = mkOption {