mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 21:49:34 +03:00
Quote paths from example & default attributes.
This commit is contained in:
parent
013aedffea
commit
7b9fa26b10
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue