ucm-imx95: expand pkgs in callPackage for overrides

This commit is contained in:
Jörg Thalheim
2025-11-04 12:48:26 +01:00
parent f2e49f279c
commit fad92f5f57
8 changed files with 89 additions and 61 deletions

View File

@@ -1,10 +1,12 @@
{
pkgs,
stdenv,
fetchurl,
coreutils,
bash,
siliconRev ? "A0",
...
}:
with pkgs;
stdenv.mkDerivation rec {
pname = "nxp-firmware-imx95";
version = "nxp-firmware-8.28-994fa14";