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