1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-20 16:39:31 +03:00
nixpkgs/nixos/tests/kerberos/default.nix

10 lines
249 B
Nix
Raw Normal View History

{
system ? builtins.currentSystem,
pkgs ? import ../../.. { inherit system; },
2019-01-11 04:36:51 +00:00
}:
{
2019-01-11 04:36:51 +00:00
mit = import ./mit.nix { inherit system pkgs; };
heimdal = import ./heimdal.nix { inherit system pkgs; };
ldap = import ./ldap { inherit system pkgs; };
}