From 22720e4a4ca088bb80dcded6667cec1f5becc0f4 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Sat, 18 Oct 2025 00:27:05 -0500 Subject: qmk seems to be mostly working. Now working on pinecil --- keyboards/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'keyboards/default.nix') diff --git a/keyboards/default.nix b/keyboards/default.nix index ea5ceec..d3f39a5 100644 --- a/keyboards/default.nix +++ b/keyboards/default.nix @@ -1,9 +1,9 @@ { lib, ... }: -let +let inherit (lib) mkOption types; in { - perSystem.firmware = mkOption { - type = types.submodule [ + perSystem = {...}: { + imports = [ # ./f62 # ./f77 ./nk65b -- cgit v1.2.3