diff --git a/flake.nix b/flake.nix index 36bfd37..13eb7c0 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,9 @@ }; nixos-uconsole = { url = "github:nixos-uconsole/nixos-uconsole"; - inputs.nixpkgs.follows = "nixpkgs"; + # Cache Cachix build avec nixpkgs stable (25.11). + # Ne PAS suivre notre unstable — sinon rebuild kernel à chaque fois. + # inputs.nixpkgs.follows = "nixpkgs"; }; nixos-raspberrypi = { url = "github:nvmd/nixos-raspberrypi/v1.20260517.0";