From 18aeed351a0728eef89fcd2eb2dd202b39ac71da Mon Sep 17 00:00:00 2001 From: seth <getchoo@tuta.io> Date: Wed, 21 Jun 2023 17:51:59 -0400 Subject: [PATCH] nixos/nvidia: fix typo in PRIME/nvidiaBusID assertion --- nixos/modules/hardware/video/nvidia.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/hardware/video/nvidia.nix b/nixos/modules/hardware/video/nvidia.nix index 592d11d6476b..e72194653f30 100644 --- a/nixos/modules/hardware/video/nvidia.nix +++ b/nixos/modules/hardware/video/nvidia.nix @@ -265,7 +265,7 @@ in { assertion = primeEnabled -> pCfg.nvidiaBusId != "" && (pCfg.intelBusId != "" || pCfg.amdgpuBusId != ""); message = '' - When NVIDIA PRIME is enabled, the GPU bus IDs must configured. + When NVIDIA PRIME is enabled, the GPU bus IDs must be configured. ''; }