fix eval (explicit is better than implicit)

This commit is contained in:
Domen Kožar 2016-04-15 10:39:11 +01:00
parent 230bf0eab4
commit 1834e72555

View File

@ -24,7 +24,7 @@ in {
};
homeDir = mkOption {
default = /var/lib/deluge;
default = "/var/lib/deluge";
example = "/home/flexget";
type = types.path;
description = "Where files live.";