1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-19 21:07:23 +02:00

fix: spelling errors

This commit is contained in:
Bradley Nelson 2024-09-01 12:09:28 -06:00 committed by mergify[bot]
parent 04567f4ebc
commit ca005ac1e8
3 changed files with 3 additions and 3 deletions

View file

@ -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);
}

View file

@ -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);
}

View file

@ -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);
}