From 68900ca7b3568764486533686ad7d2e76abf0e60 Mon Sep 17 00:00:00 2001 From: Hermes Date: Sun, 7 Jun 2026 06:37:25 -0400 Subject: [PATCH] fix: switch to nixpkgs 25.11 stable to match pre-built uConsole kernel The uConsole CM5 has kernel 6.12.47 in its store from the nixos-uconsole-cm5-v1.1.0 image (built with nixpkgs 25.11). By switching to the same nixpkgs version, Nix will reuse the existing kernel instead of rebuilding it from source. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 36bfd37..07f9337 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Gortium infra flake"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs?ref=25.11"; agenix = { url = "github:ryantm/agenix"; inputs.darwin.follows = "";