Skip to content

Commit b3ec6fd

Browse files
natanlaoJonathan Ringer
authored andcommitted
nixos/nvidia: fix hardware.nvidia.package example
(cherry picked from commit 86a31cc)
1 parent a76d51d commit b3ec6fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nixos/modules/hardware/video/nvidia.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ in
9292
example = "PCI:4:0:0";
9393
description = ''
9494
Bus ID of the AMD APU. You can find it using lspci; for example if lspci
95-
shows the AMD APU at "04:00.0", set this option to "PCI:4:0:0".
95+
shows the AMD APU at "04:00.0", set this option to "PCI:4:0:0".
9696
'';
9797
};
9898

@@ -159,7 +159,7 @@ in
159159
description = ''
160160
The NVIDIA X11 derivation to use.
161161
'';
162-
example = "config.boot.kernelPackages.nvidiaPackages.legacy340";
162+
example = "config.boot.kernelPackages.nvidiaPackages.legacy_340";
163163
};
164164
};
165165

0 commit comments

Comments
 (0)