nixpkgs/nixos/tests/krb5/default.nix

6 lines
183 B
Nix
Raw Normal View History

{ system ? builtins.currentSystem }:
{
example-config = import ./example-config.nix { inherit system; };
deprecated-config = import ./deprecated-config.nix { inherit system; };
}