rpi: add customized installerImages

This commit is contained in:
Christoph Hollizeck 2025-11-22 22:56:27 +01:00
parent 45213e6c64
commit c3397e64f3
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
3 changed files with 96 additions and 10 deletions

View file

@ -30,11 +30,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# nix-ld = {
# url = "github:Mic92/nix-ld";
# inputs.nixpkgs.follows = "nixpkgs-unstable";
# };
nh-flake = {
url = "github:nix-community/nh";
inputs.nixpkgs.follows = "nixpkgs-unstable";
@ -47,8 +42,22 @@
};
nixos-raspberrypi.url = "github:nvmd/nixos-raspberrypi/main";
nixos-raspberrypi-installers = {
url = "github:Daholli/nixos-raspberrypi/develop";
inputs = {
argononed.follows = "nixos-raspberrypi/argononed";
nixos-images.follows = "nixos-raspberrypi/nixos-images";
nixpkgs.follows = "nixos-raspberrypi/nixpkgs";
};
};
nixpkgs-rpi.url = "github:nvmd/nixpkgs/modules-with-keys-25.05";
nixos-images = {
url = "github:nvmd/nixos-images/sdimage-installer";
inputs.nixos-stable.follows = "nixpkgs-rpi";
inputs.nixos-unstable.follows = "nixpkgs-rpi";
};
nix-gaming = {
url = "github:fufexan/nix-gaming";
inputs.nixpkgs.follows = "nixpkgs-unstable";