depot/nixos/tests/kerberos/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
196 B
Nix
Raw Normal View History

{ system ? builtins.currentSystem
, pkgs ? import ../../.. { inherit system; }
}:
{
mit = import ./mit.nix { inherit system pkgs; };
heimdal = import ./heimdal.nix { inherit system pkgs; };
}