update base path type

This commit is contained in:
Denis Lehmann 2022-04-25 20:55:11 +02:00
parent 0564f34081
commit 4689300114

View file

@ -59,7 +59,7 @@
}; };
basePath = mkOption { basePath = mkOption {
type = types.path; type = types.str;
description = "Base path of the raincloud"; description = "Base path of the raincloud";
}; };