From eaec7feee4646bb428c4bc672846afe51fc89195 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..ab52f97 100644 --- a/flake.lock +++ b/flake.lock @@ -1464,17 +1464,17 @@ ] }, "locked": { - "lastModified": 1770234826, - "narHash": "sha256-Z0E7bZmgD0NLqnUPC70WwbZnVjHt7AeyfuSoxNyLYp4=", + "lastModified": 1771458196, + "narHash": "sha256-kKaIQdAuYFXIlbhkS1onvQdQJBmPg1DKREEY6jGOy0k=", "owner": "Daholli", "repo": "nixos-raspberrypi", - "rev": "f93cb0e2ac1ec3a78f3544d2f3bd18b6b5d3b8a8", + "rev": "6cc7de7109a7d68b5cebd0ffc490345f7fde1753", "type": "github" }, "original": { "owner": "Daholli", "repo": "nixos-raspberrypi", - "rev": "f93cb0e2ac1ec3a78f3544d2f3bd18b6b5d3b8a8", + "rev": "6cc7de7109a7d68b5cebd0ffc490345f7fde1753", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 700106d..c84a5d6 100644 --- a/flake.nix +++ b/flake.nix @@ -47,9 +47,10 @@ }; nixos-raspberrypi = { - url = "github:Daholli/nixos-raspberrypi/f93cb0e2ac1ec3a78f3544d2f3bd18b6b5d3b8a8"; + url = "github:Daholli/nixos-raspberrypi/6cc7de7109a7d68b5cebd0ffc490345f7fde1753"; inputs.nixpkgs.follows = "nixpkgs-unstable"; }; + nixpkgs-rpi.url = "github:nvmd/nixpkgs/modules-with-keys-25.11"; nixos-images = {