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