about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/krb5/default.nix
blob: dd5b2f37202e8cea5bd176a4bd7f4c1e1ece20a0 (plain) (blame)
1
2
3
4
5
{ system ? builtins.currentSystem }:
{
  example-config = import ./example-config.nix { inherit system; };
  deprecated-config = import ./deprecated-config.nix { inherit system; };
}