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.
This commit is contained in:
2026-06-07 10:08:35 -04:00
parent 9c4b50b4c3
commit 682402e0e6

View File

@@ -100,7 +100,8 @@
nixpkgs.overlays = overlays; nixpkgs.overlays = overlays;
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nixpkgs.hostPlatform = "aarch64-linux"; 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-raspberrypi.nixosModules.raspberry-pi-5.base
nixos-uconsole.nixosModules.uconsole-cm5 nixos-uconsole.nixosModules.uconsole-cm5