From 04b7ba3a33bded61429bf18f0513983c5ab08eb3 Mon Sep 17 00:00:00 2001 From: pennae Date: Sun, 1 Oct 2023 18:41:26 +0200 Subject: add *some* documentation --- openwrt/uci.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'openwrt/uci.nix') diff --git a/openwrt/uci.nix b/openwrt/uci.nix index ac9c9f6..d6d3288 100644 --- a/openwrt/uci.nix +++ b/openwrt/uci.nix @@ -124,7 +124,10 @@ in (either (uciAttrsOf "section" options) # name ... (listOf options) # [{ ... }] - )); + )) + // { + description = "UCI config"; + }; }; default = {}; description = '' -- cgit v1.2.3