mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 03:29:45 +01:00
lib/file-type: Make force
option visible (#6003)
This is something that is useful, we should not hide it from the docs.
This commit is contained in:
parent
c7c2517612
commit
1bd5616e33
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ in {
|
||||||
force = mkOption {
|
force = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
visible = false;
|
|
||||||
description = ''
|
description = ''
|
||||||
Whether the target path should be unconditionally replaced
|
Whether the target path should be unconditionally replaced
|
||||||
by the managed file source. Warning, this will silently
|
by the managed file source. Warning, this will silently
|
||||||
|
|
Loading…
Reference in a new issue