nixos-raspberry: use my fork for everything

This commit is contained in:
Christoph Hollizeck 2025-11-22 23:08:58 +01:00
parent c3397e64f3
commit c43d96fe2a
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
3 changed files with 14 additions and 64 deletions

View file

@ -41,14 +41,9 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-raspberrypi.url = "github:nvmd/nixos-raspberrypi/main";
nixos-raspberrypi-installers = {
nixos-raspberrypi = {
url = "github:Daholli/nixos-raspberrypi/develop";
inputs = {
argononed.follows = "nixos-raspberrypi/argononed";
nixos-images.follows = "nixos-raspberrypi/nixos-images";
nixpkgs.follows = "nixos-raspberrypi/nixpkgs";
};
inputs.nixpkgs.follows = "nixpkgs-rpi";
};
nixpkgs-rpi.url = "github:nvmd/nixpkgs/modules-with-keys-25.05";