fix build issues with the sd image
This commit is contained in:
parent
c5a7f8ea56
commit
26b430787e
8 changed files with 278 additions and 14 deletions
10
flake.nix
10
flake.nix
|
@ -78,6 +78,11 @@
|
|||
## temporary
|
||||
zen-browser.url = "github:ch4og/zen-browser-flake";
|
||||
|
||||
raspberry-pi-nix = {
|
||||
url = "github:nix-community/raspberry-pi-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
################
|
||||
## inputs for dev shells
|
||||
|
||||
|
@ -124,6 +129,11 @@
|
|||
sops-nix.nixosModules.sops
|
||||
];
|
||||
|
||||
systems.hosts.nixberry.modules = with inputs; [
|
||||
raspberry-pi-nix.nixosModules.raspberry-pi
|
||||
raspberry-pi-nix.nixosModules.sd-image
|
||||
];
|
||||
|
||||
systems.hosts.wsl.modules = with inputs; [ nixos-wsl.nixosModules.default ];
|
||||
}
|
||||
// {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue