nixos/nvidia: fix typo in PRIME/nvidiaBusID assertion
This commit is contained in:
parent
13f34826d8
commit
18aeed351a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
'';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue