From b0be4146496cee297c3e9865d1f63ae4b02349aa Mon Sep 17 00:00:00 2001 From: Hermes Date: Sat, 6 Jun 2026 21:27:47 -0400 Subject: [PATCH] revert(nixos-uconsole): follow unstable nixpkgs again Cachix has no CM5 kernel anyway, so sticking to stable doesn't save build time. Might as well stay on unstable for latest pkgs. --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 13eb7c0..36bfd37 100644 --- a/flake.nix +++ b/flake.nix @@ -18,9 +18,7 @@ }; nixos-uconsole = { url = "github:nixos-uconsole/nixos-uconsole"; - # Cache Cachix build avec nixpkgs stable (25.11). - # Ne PAS suivre notre unstable — sinon rebuild kernel à chaque fois. - # inputs.nixpkgs.follows = "nixpkgs"; + inputs.nixpkgs.follows = "nixpkgs"; }; nixos-raspberrypi = { url = "github:nvmd/nixos-raspberrypi/v1.20260517.0";