From 9ebbb1c0c6d2b37a89d02c1f1344a3101a6719dc Mon Sep 17 00:00:00 2001 From: Hermes Date: Fri, 5 Jun 2026 23:38:21 -0400 Subject: [PATCH] fix: bump nixos-raspberrypi to v1.20260517.0 (matches nixos-uconsole tested version) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8f51b77..ea2a6b6 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; nixos-raspberrypi = { - url = "github:nvmd/nixos-raspberrypi/v1.20260317.0"; + url = "github:nvmd/nixos-raspberrypi/v1.20260517.0"; inputs.nixpkgs.follows = "nixpkgs"; }; self.submodules = true;