From 8e551be5f1c795a79ca2ea7306efb2ef1985f826 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Sat, 10 May 2025 14:33:35 -0400 Subject: [PATCH] nixos/graphics: don't mark `package` options as internal --- nixos/modules/hardware/graphics.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixos/modules/hardware/graphics.nix b/nixos/modules/hardware/graphics.nix index 60e73f7eef65..627cf19333bf 100644 --- a/nixos/modules/hardware/graphics.nix +++ b/nixos/modules/hardware/graphics.nix @@ -80,16 +80,13 @@ in The package that provides the default driver set. ''; type = lib.types.package; - internal = true; }; package32 = lib.mkOption { description = '' The package that provides the 32-bit driver set. Used when {option}`enable32Bit` is enabled. - set. ''; type = lib.types.package; - internal = true; }; extraPackages = lib.mkOption {