From 682402e0e691ea9d08661cf23f223cb3df039c36 Mon Sep 17 00:00:00 2001 From: Hermes Date: Sun, 7 Jun 2026 10:08:35 -0400 Subject: [PATCH] fix(uconsole): use nixpkgs default nix instead of lix dev lix dev (20260606) is incompatible with nixpkgs 25.11 stable. Still on other hosts. This avoids the lix build failure. --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 07f9337..e10dad6 100644 --- a/flake.nix +++ b/flake.nix @@ -100,7 +100,8 @@ nixpkgs.overlays = overlays; nixpkgs.config.allowUnfree = true; nixpkgs.hostPlatform = "aarch64-linux"; - nix.package = lix.packages."aarch64-linux".default; + # Use nixpkgs default nix — lix dev breaks with stable 25.11 + # nix.package = lix.packages."aarch64-linux".default; } nixos-raspberrypi.nixosModules.raspberry-pi-5.base nixos-uconsole.nixosModules.uconsole-cm5