mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/graphics: don't mark package
options as internal
This commit is contained in:
parent
3225b228e8
commit
8e551be5f1
1 changed files with 0 additions and 3 deletions
|
@ -80,16 +80,13 @@ in
|
||||||
The package that provides the default driver set.
|
The package that provides the default driver set.
|
||||||
'';
|
'';
|
||||||
type = lib.types.package;
|
type = lib.types.package;
|
||||||
internal = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
package32 = lib.mkOption {
|
package32 = lib.mkOption {
|
||||||
description = ''
|
description = ''
|
||||||
The package that provides the 32-bit driver set. Used when {option}`enable32Bit` is enabled.
|
The package that provides the 32-bit driver set. Used when {option}`enable32Bit` is enabled.
|
||||||
set.
|
|
||||||
'';
|
'';
|
||||||
type = lib.types.package;
|
type = lib.types.package;
|
||||||
internal = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
extraPackages = lib.mkOption {
|
extraPackages = lib.mkOption {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue