emacs: make finalPackage option more accessible
Instead of "internal" mark it as "invisible".
(cherry picked from commit 20a60be550
)
This commit is contained in:
parent
c67d2a916f
commit
ad0b33387d
|
@ -55,9 +55,11 @@ in
|
|||
|
||||
finalPackage = mkOption {
|
||||
type = types.package;
|
||||
internal = true;
|
||||
visible = false;
|
||||
readOnly = true;
|
||||
description = "The Emacs package including any extra packages.";
|
||||
description = ''
|
||||
The Emacs package including any overrides and extra packages.
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue