mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
fix eval (explicit is better than implicit)
This commit is contained in:
parent
230bf0eab4
commit
1834e72555
@ -24,7 +24,7 @@ in {
|
||||
};
|
||||
|
||||
homeDir = mkOption {
|
||||
default = /var/lib/deluge;
|
||||
default = "/var/lib/deluge";
|
||||
example = "/home/flexget";
|
||||
type = types.path;
|
||||
description = "Where files live.";
|
||||
|
Loading…
Reference in New Issue
Block a user