rpi: add customized installerImages
This commit is contained in:
parent
45213e6c64
commit
c3397e64f3
3 changed files with 96 additions and 10 deletions
19
flake.nix
19
flake.nix
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue