[Hardware/Mesa] Mark "unstable" Mesa as broken

This commit is contained in:
Antoine Viallon 2023-06-29 22:02:35 +02:00
parent 13926de608
commit 8e6ad49e93
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -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 {