mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Hardware/Mesa] Mark "unstable" Mesa as broken
This commit is contained in:
parent
13926de608
commit
8e6ad49e93
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ in {
|
||||||
unstable = mkOption {
|
unstable = mkOption {
|
||||||
default = false;
|
default = false;
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
description = "Wether or not to use mesa from nixpkgs-unstable";
|
internal = true;
|
||||||
|
description = "Wether or not to use mesa from nixpkgs-unstable [BROKEN]";
|
||||||
example = config.aviallon.general.unsafeOptimizations;
|
example = config.aviallon.general.unsafeOptimizations;
|
||||||
};
|
};
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue