diff options
| author | Rafael Fernández López <ereslibre@ereslibre.es> | 2024-05-20 22:17:31 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-08-22 16:52:05 +0000 |
| commit | 939643bb33d4b2ed44a8fc824c1d6e8ad29c4492 (patch) | |
| tree | 847da82b910d088882014f1eb798875630f9b3a1 | |
| parent | Merge pull request #336381 from NixOS/backport-336244-to-release-24.05 (diff) | |
| download | nixpkgs-origin/backport-313225-to-release-24.05.tar.gz | |
docs: fix Nvidia casing to be consistent across different placesorigin/backport-313225-to-release-24.05
(cherry picked from commit 7749696f61275cbd02aa753560b30e5ff0dfe1f3)
5 files changed, 5 insertions, 5 deletions
diff --git a/nixos/modules/services/hardware/nvidia-container-toolkit/default.nix b/nixos/modules/services/hardware/nvidia-container-toolkit/default.nix index bd12667a5647..47cf8d56b68f 100644 --- a/nixos/modules/services/hardware/nvidia-container-toolkit/default.nix +++ b/nixos/modules/services/hardware/nvidia-container-toolkit/default.nix @@ -32,7 +32,7 @@ default = false; type = lib.types.bool; description = '' - Enable dynamic CDI configuration for NVidia devices by running + Enable dynamic CDI configuration for Nvidia devices by running nvidia-container-toolkit on boot. ''; }; diff --git a/nixos/modules/virtualisation/podman/default.nix b/nixos/modules/virtualisation/podman/default.nix index d0f4ac7f66da..347a8bf61c70 100644 --- a/nixos/modules/virtualisation/podman/default.nix +++ b/nixos/modules/virtualisation/podman/default.nix @@ -84,7 +84,7 @@ in description = '' **Deprecated**, please use hardware.nvidia-container-toolkit.enable instead. - Enable use of NVidia GPUs from within podman containers. + Enable use of Nvidia GPUs from within podman containers. ''; }; diff --git a/pkgs/development/libraries/arrayfire/default.nix b/pkgs/development/libraries/arrayfire/default.nix index 5c4336572b8f..0f58df8ce830 100644 --- a/pkgs/development/libraries/arrayfire/default.nix +++ b/pkgs/development/libraries/arrayfire/default.nix @@ -32,7 +32,7 @@ , openclSupport ? !stdenv.isDarwin # This argument lets one run CUDA & OpenCL tests on non-NixOS systems by # telling Nix where to find the drivers. If you know the version of the - # NVidia driver that is installed on your system, you can do: + # Nvidia driver that is installed on your system, you can do: # # arrayfire.override { # nvidiaComputeDrivers = diff --git a/pkgs/tools/X11/bumblebee/default.nix b/pkgs/tools/X11/bumblebee/default.nix index 0415489bd765..01aaeca044de 100644 --- a/pkgs/tools/X11/bumblebee/default.nix +++ b/pkgs/tools/X11/bumblebee/default.nix @@ -11,7 +11,7 @@ # 2. then run 'bumblebeed' as root # 3. Then either 'optirun glxinfo' or 'primusrun glxinfo' as user. # -# The glxinfo output should indicate the NVidia driver is being used +# The glxinfo output should indicate the Nvidia driver is being used # and all expected extensions are supported. # # To use at startup, see hardware.bumblebee options. diff --git a/pkgs/tools/misc/nvfancontrol/default.nix b/pkgs/tools/misc/nvfancontrol/default.nix index 1b2bebfce895..95b11a6f6526 100644 --- a/pkgs/tools/misc/nvfancontrol/default.nix +++ b/pkgs/tools/misc/nvfancontrol/default.nix @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec { ''; meta = with lib; { - description = "NVidia dynamic fan control for Linux"; + description = "Nvidia dynamic fan control for Linux"; homepage = "https://github.com/foucault/nvfancontrol"; changelog = "https://github.com/foucault/nvfancontrol/releases/tag/${version}"; license = with licenses; [ gpl3Only ]; |
