1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00
nixpkgs/pkgs/by-name/au/authentik/outposts.nix
2024-07-06 12:51:32 +01:00

5 lines
99 B
Nix

{ callPackage }: {
ldap = callPackage ./ldap.nix { };
radius = callPackage ./radius.nix { };
}