From fb4d5d7acc3e96088c5348e8d04c7ac90c2a6e29 Mon Sep 17 00:00:00 2001 From: Bernardo Magri Date: Tue, 19 May 2026 17:50:32 +0100 Subject: [PATCH] chore(schema): drop orphan features.makima MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `lib/state-schema.nix` declared `system.features.makima = false` but the field was never wired anywhere: no matching option in core/system/options.nix, no consumer in core/system/state.nix, no references in the wider tree. Schema-only ghost — removed. Found during Pillar 8 audit of core/system modules. --- lib/state-schema.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/state-schema.nix b/lib/state-schema.nix index d4723ed..444cc2e 100644 --- a/lib/state-schema.nix +++ b/lib/state-schema.nix @@ -57,7 +57,6 @@ fingerprint = false; fido2 = false; hybridGPU = false; - makima = false; }; };