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.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixpkgs/nixos/tests/krb5/default.nix b/nixpkgs/nixos/tests/krb5/default.nix
index ede085632c63..274ad580cebc 100644
--- a/nixpkgs/nixos/tests/krb5/default.nix
+++ b/nixpkgs/nixos/tests/krb5/default.nix
@@ -1,4 +1,3 @@
-{ system ? builtins.currentSystem }:
 {
-  example-config = import ./example-config.nix { inherit system; };
+  example-config = import ./example-config.nix;
 }