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