mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-09 20:49:40 +01:00
fix: spelling errors
This commit is contained in:
parent
04567f4ebc
commit
ca005ac1e8
3 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue