Skip to content

Commit 3d30336

Browse files
authored
nixos/graphics: don't mark package options as internal (#405959)
2 parents e887e88 + 8e551be commit 3d30336

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nixos/modules/hardware/graphics.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,13 @@ in
8080
The package that provides the default driver set.
8181
'';
8282
type = lib.types.package;
83-
internal = true;
8483
};
8584

8685
package32 = lib.mkOption {
8786
description = ''
8887
The package that provides the 32-bit driver set. Used when {option}`enable32Bit` is enabled.
89-
set.
9088
'';
9189
type = lib.types.package;
92-
internal = true;
9390
};
9491

9592
extraPackages = lib.mkOption {

0 commit comments

Comments
 (0)