Add rpi5 quirks, rework quicrks usage method

This commit is contained in:
2025-09-01 23:28:48 +03:00
parent e0ae559cdc
commit c9b28dc858
5 changed files with 349 additions and 15 deletions

View File

@@ -16,6 +16,13 @@
url = "github:nix-community/disko/latest";
inputs.nixpkgs.follows = "nixpkgs";
};
raspberry-pi-nix = {
url = "github:nix-community/raspberry-pi-nix/master";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware = {
url = "github:NixOS/nixos-hardware/master";
};
};
outputs =
@@ -103,6 +110,7 @@
pkgsStable = pkgsStableSettings host.system;
hosts = hosts;
ip = host.ip;
quirks = (quirks: (import ./quirks { inherit quirks; }));
};
pkgs = pkgsSettings host.system;
modules = commonModules ++ [