Files
nixos-hardware/nxp/imx93-evk/overlay.nix
Govind Singh 34b7229b95 Add support for i.MX93-EVK platform
The i.MX93 EVK provides a platform for comprehensive evaluation
of the i.MX93 application processors. This change adds support
in NixOS hardware to provide a template for customized i.MX93-based
platforms.

Signed-off-by: Govind Singh <govind.singh@tii.ae>
2025-10-29 18:19:05 +01:00

4 lines
99 B
Nix

final: _prev: {
inherit (final.callPackage ./bsp/imx93-boot.nix { pkgs = final; }) imx93-boot;
}