8 lines
128 B
Nix
8 lines
128 B
Nix
|
{ ... }:
|
||
|
res: pkgs: super:
|
||
|
|
||
|
with pkgs;
|
||
|
{
|
||
|
nghttp3 = callPackage ./. { inherit (darwin.apple_sdk.frameworks) CoreServices; };
|
||
|
}
|