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.
This commit is contained in:
2026-06-06 21:27:47 -04:00
parent 31dd0f36d4
commit b0be414649

View File

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