From 09ed30ff3bb67f5efe9c77e0d79aca01793526ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 30 Jul 2021 19:26:52 +0200 Subject: [PATCH] rpi4/poe-hat: improve enable option slightly --- raspberry-pi/4/poe-hat.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspberry-pi/4/poe-hat.nix b/raspberry-pi/4/poe-hat.nix index a7ef673..ea19129 100644 --- a/raspberry-pi/4/poe-hat.nix +++ b/raspberry-pi/4/poe-hat.nix @@ -6,7 +6,7 @@ in { options.hardware = { raspberry-pi."4".poe-hat = { enable = lib.mkEnableOption '' - Enable support for the Raspberry Pi POE Hat. + support for the Raspberry Pi POE Hat. ''; }; };