9 lines
148 B
Nix
9 lines
148 B
Nix
{ ... }:
|
|
res: pkgs: super:
|
|
|
|
with pkgs;
|
|
{
|
|
inherit (callPackages ./. { inherit (pkgsBuildBuild) elf-header; })
|
|
linuxHeaders makeLinuxHeaders;
|
|
}
|