mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 10:58:37 +08:00
ucm-imx95: expand pkgs in callPackage for overrides
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user