mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 16:49:40 +01:00
4 lines
97 B
Nix
4 lines
97 B
Nix
|
final: prev: {
|
||
|
inherit (final.callPackage ./bsp/imx8mq-boot.nix {pkgs = final;}) imx8m-boot;
|
||
|
}
|