From 147a5ac46ca1637c973cecd8dbbd61daac3928e8 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Thu, 19 Feb 2026 00:36:15 +0100 Subject: [PATCH] nixberry: use nixpkgs-unstable (fix) --- flake.lock | 8 ++++---- flake.nix | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 2d63d44..e6d7d15 100644 --- a/flake.lock +++ b/flake.lock @@ -1464,17 +1464,17 @@ ] }, "locked": { - "lastModified": 1770234826, - "narHash": "sha256-Z0E7bZmgD0NLqnUPC70WwbZnVjHt7AeyfuSoxNyLYp4=", + "lastModified": 1771456841, + "narHash": "sha256-DPcPuuacIa4/DQ4ztdSY1E69fw+P0R8E+E0SVD1EWoo=", "owner": "Daholli", "repo": "nixos-raspberrypi", - "rev": "f93cb0e2ac1ec3a78f3544d2f3bd18b6b5d3b8a8", + "rev": "db5405a7b4cb50ffa53b3e5c886ffe75fcafa823", "type": "github" }, "original": { "owner": "Daholli", "repo": "nixos-raspberrypi", - "rev": "f93cb0e2ac1ec3a78f3544d2f3bd18b6b5d3b8a8", + "rev": "db5405a7b4cb50ffa53b3e5c886ffe75fcafa823", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 700106d..eee3023 100644 --- a/flake.nix +++ b/flake.nix @@ -47,9 +47,10 @@ }; nixos-raspberrypi = { - url = "github:Daholli/nixos-raspberrypi/f93cb0e2ac1ec3a78f3544d2f3bd18b6b5d3b8a8"; + url = "github:Daholli/nixos-raspberrypi/db5405a7b4cb50ffa53b3e5c886ffe75fcafa823"; inputs.nixpkgs.follows = "nixpkgs-unstable"; }; + nixpkgs-rpi.url = "github:nvmd/nixpkgs/modules-with-keys-25.11"; nixos-images = {