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";