forked from mirrors/nixpkgs
Quote paths from example & default attributes.
This commit is contained in:
parent
013aedffea
commit
7b9fa26b10
|
@ -41,7 +41,7 @@ in {
|
|||
|
||||
output = mkOption {
|
||||
type = types.path;
|
||||
default = /var/cache/locatedb;
|
||||
default = "/var/cache/locatedb";
|
||||
description = ''
|
||||
The database file to build.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue