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