From db2deda941f81d9f461e013702129b61a0668b45 Mon Sep 17 00:00:00 2001 From: Hermes Date: Tue, 9 Jun 2026 19:34:31 -0400 Subject: [PATCH] fix(uconsole): align nixos-raspberrypi nixpkgs with nixos-uconsole Make nixos-raspberrypi follow nixos-uconsole's nixpkgs so the kernel uses the same nixpkgs that the uconsole Cachix was built with. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 9740f2f..034ad80 100755 --- a/flake.nix +++ b/flake.nix @@ -21,6 +21,7 @@ }; nixos-raspberrypi = { url = "github:nvmd/nixos-raspberrypi/v1.20260517.0"; + inputs.nixpkgs.follows = "nixos-uconsole/nixpkgs"; }; self.submodules = true; };