Quote paths from example & default attributes.

This commit is contained in:
Nicolas Pierron
2014-08-28 08:36:55 +02:00
parent 013aedffea
commit 7b9fa26b10
+1 -1
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.
'';