From ca005ac1e8392f1da8bb06f64b84dfee226f543a Mon Sep 17 00:00:00 2001 From: Bradley Nelson Date: Sun, 1 Sep 2024 12:09:28 -0600 Subject: [PATCH] fix: spelling errors --- common/gpu/nvidia/ada-lovelace/default.nix | 2 +- common/gpu/nvidia/ampere/default.nix | 2 +- common/gpu/nvidia/turing/default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/gpu/nvidia/ada-lovelace/default.nix b/common/gpu/nvidia/ada-lovelace/default.nix index a922313..67b1b12 100644 --- a/common/gpu/nvidia/ada-lovelace/default.nix +++ b/common/gpu/nvidia/ada-lovelace/default.nix @@ -5,6 +5,6 @@ in { imports = [ ../. ]; - # enable the opensorce drivers if the package supports it + # enable the open source drivers if the package supports it hardware.nvidia.open = lib.mkOverride 990 (nividiaPackage ? open && nividiaPackage ? firmware); } diff --git a/common/gpu/nvidia/ampere/default.nix b/common/gpu/nvidia/ampere/default.nix index a922313..67b1b12 100644 --- a/common/gpu/nvidia/ampere/default.nix +++ b/common/gpu/nvidia/ampere/default.nix @@ -5,6 +5,6 @@ in { imports = [ ../. ]; - # enable the opensorce drivers if the package supports it + # enable the open source drivers if the package supports it hardware.nvidia.open = lib.mkOverride 990 (nividiaPackage ? open && nividiaPackage ? firmware); } diff --git a/common/gpu/nvidia/turing/default.nix b/common/gpu/nvidia/turing/default.nix index a922313..67b1b12 100644 --- a/common/gpu/nvidia/turing/default.nix +++ b/common/gpu/nvidia/turing/default.nix @@ -5,6 +5,6 @@ in { imports = [ ../. ]; - # enable the opensorce drivers if the package supports it + # enable the open source drivers if the package supports it hardware.nvidia.open = lib.mkOverride 990 (nividiaPackage ? open && nividiaPackage ? firmware); }