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,5 +1,9 @@
{ lib, pkgs, ... }@args:
with pkgs;
{
lib,
buildLinux,
fetchFromGitHub,
...
}@args:
buildLinux (
args
// rec {