mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/iio: adjust formatting of option description.
Co-Authored-By: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
parent
d2bb8d232b
commit
19a831d853
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ with lib;
|
|||
Enable this option to support IIO sensors.
|
||||
|
||||
IIO sensors are used for orientation and ambient light
|
||||
sensors on some mobile devices.'';
|
||||
sensors on some mobile devices.
|
||||
'';
|
||||
type = types.bool;
|
||||
default = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue