mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +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 {
|
||||
default = false;
|
||||
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;
|
||||
};
|
||||
package = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue