nixberry: use nixpkgs-unstable (fix)

This commit is contained in:
Christoph Hollizeck 2026-02-19 00:36:15 +01:00
parent 1aab156439
commit 147a5ac46c
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 6 additions and 5 deletions

View file

@ -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 = {