nixberry: use nixpkgs-unstable (fix)

This commit is contained in:
Christoph Hollizeck 2026-02-19 00:36:15 +01:00
parent 1aab156439
commit eaec7feee4
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/6cc7de7109a7d68b5cebd0ffc490345f7fde1753";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
nixpkgs-rpi.url = "github:nvmd/nixpkgs/modules-with-keys-25.11";
nixos-images = {