mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
6 lines
59 B
Nix
6 lines
59 B
Nix
{ callPackage }:
|
|
|
|
{
|
|
ldap = callPackage ./ldap.nix { };
|
|
}
|