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