tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/graphics: don't mark `package` options as internal
Seth Flynn
10 months ago
8e551be5
3225b228
-3
1 changed file
expand all
collapse all
unified
split
nixos
modules
hardware
graphics.nix
-3
nixos/modules/hardware/graphics.nix
···
80
80
The package that provides the default driver set.
81
81
'';
82
82
type = lib.types.package;
83
83
-
internal = true;
84
83
};
85
84
86
85
package32 = lib.mkOption {
87
86
description = ''
88
87
The package that provides the 32-bit driver set. Used when {option}`enable32Bit` is enabled.
89
89
-
set.
90
88
'';
91
89
type = lib.types.package;
92
92
-
internal = true;
93
90
};
94
91
95
92
extraPackages = lib.mkOption {