nixpkgs-odroid-hc4/nixos/tests/krb5/default.nix
2025-12-20 09:59:59 +11:00

5 lines
183 B
Nix

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