From 8e6ad49e9316bcbabbd6a7a63056fab624ecbccf Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Thu, 29 Jun 2023 22:02:35 +0200 Subject: [PATCH] [Hardware/Mesa] Mark "unstable" Mesa as broken --- hardware/mesa.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hardware/mesa.nix b/hardware/mesa.nix index ce61848..61f37e3 100644 --- a/hardware/mesa.nix +++ b/hardware/mesa.nix @@ -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 {