about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/krb5/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/krb5/default.nix')
-rw-r--r--nixpkgs/nixos/tests/krb5/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixpkgs/nixos/tests/krb5/default.nix b/nixpkgs/nixos/tests/krb5/default.nix
new file mode 100644
index 000000000000..ede085632c63
--- /dev/null
+++ b/nixpkgs/nixos/tests/krb5/default.nix
@@ -0,0 +1,4 @@
+{ system ? builtins.currentSystem }:
+{
+  example-config = import ./example-config.nix { inherit system; };
+}