From 50a9758cc00c3da9aae60d2a0d00775d72b72e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 14 May 2026 23:59:22 +0200 Subject: [PATCH] raspberry-pi/common: fix infinite recursion when building options.json --- raspberry-pi/common/config-txt.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspberry-pi/common/config-txt.nix b/raspberry-pi/common/config-txt.nix index 59dbc75f..a3b5569e 100644 --- a/raspberry-pi/common/config-txt.nix +++ b/raspberry-pi/common/config-txt.nix @@ -95,7 +95,7 @@ in (attrsOf molecule) ]; in - attrsOf molecule; + attrsOf molecule // { description = "config.txt setting type"; }; default = { }; description = '' Structured configuration for the Raspberry Pi `config.txt` file.