mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 17:38:41 +08:00
raspberrypi/4: fix many option rendering
This commit is contained in:
@@ -6,9 +6,7 @@ in
|
||||
{
|
||||
options.hardware = {
|
||||
raspberry-pi."4".tv-hat = {
|
||||
enable = lib.mkEnableOption ''
|
||||
support for the Raspberry Pi TV Hat.
|
||||
'';
|
||||
enable = lib.mkEnableOption "support for the Raspberry Pi TV Hat";
|
||||
};
|
||||
};
|
||||
config = lib.mkIf cfg.enable {
|
||||
@@ -22,7 +20,7 @@ in
|
||||
dtsText = "
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
|
||||
/{
|
||||
compatible = \"brcm,bcm2711\";
|
||||
fragment@0 {
|
||||
|
||||
Reference in New Issue
Block a user