1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-24 02:00:41 +03:00
nixpkgs/nixos/tests/krb5/default.nix

5 lines
109 B
Nix
Raw Normal View History

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