Quote paths from example & default attributes.

This commit is contained in:
Nicolas Pierron 2014-08-27 11:51:54 +02:00
parent 013aedffea
commit 7b9fa26b10

View File

@ -41,7 +41,7 @@ in {
output = mkOption {
type = types.path;
default = /var/cache/locatedb;
default = "/var/cache/locatedb";
description = ''
The database file to build.
'';