Merge remote-tracking branch 'upstream/master' into staging

This commit is contained in:
John Ericson
2018-05-14 22:53:10 -04:00
48 changed files with 1528 additions and 2268 deletions

View File

@@ -675,6 +675,7 @@ rec {
in
{ config, options, ... }:
{ options = setAttrByPath from (mkOption {
inherit visible;
description = "Alias of <option>${showOption to}</option>.";
apply = x: use (toOf config);
});