core/pkgs/by-name/li/libgit2/packages.nix
2024-05-13 22:24:10 +01:00

7 lines
124 B
Nix

{ ... }:
res: pkgs: super:
with pkgs; {
libgit2 = callPackage ./. { inherit (darwin.apple_sdk.frameworks) Security; };
}