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