mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Quote paths from example & default attributes.
This commit is contained in:
parent
013aedffea
commit
7b9fa26b10
@ -41,7 +41,7 @@ in {
|
|||||||
|
|
||||||
output = mkOption {
|
output = mkOption {
|
||||||
type = types.path;
|
type = types.path;
|
||||||
default = /var/cache/locatedb;
|
default = "/var/cache/locatedb";
|
||||||
description = ''
|
description = ''
|
||||||
The database file to build.
|
The database file to build.
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user