mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
fix: spelling errors
This commit is contained in:
committed by
mergify[bot]
parent
04567f4ebc
commit
ca005ac1e8
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user