mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
raspberrypi/4: fix many option rendering
This commit is contained in:
@@ -6,9 +6,7 @@ in
|
||||
{
|
||||
options.hardware = {
|
||||
raspberry-pi."4".poe-hat = {
|
||||
enable = lib.mkEnableOption ''
|
||||
support for the Raspberry Pi POE Hat.
|
||||
'';
|
||||
enable = lib.mkEnableOption "support for the Raspberry Pi POE Hat";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user