about summary refs log tree commit diff
path: root/nixos/tests/krb5
diff options
context:
space:
mode:
authorJacob Moody <moody@posixcafe.org>2023-12-23 22:40:56 -0600
committerJacob Moody <moody@posixcafe.org>2024-03-12 10:09:59 -0500
commit4db920ed4f73987d25abb9f0ee29480db99ca7f2 (patch)
tree4d9c90985f7eb3c3f31fb3cabb7892433fa08e0a /nixos/tests/krb5
parent04e1a2d69c26f3d7f1d16551842a9ec3b16e3223 (diff)
nixos/tests: fix discrepancy between nix-build and nix build
Diffstat (limited to 'nixos/tests/krb5')
-rw-r--r--nixos/tests/krb5/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/tests/krb5/default.nix b/nixos/tests/krb5/default.nix
index ede085632c634..274ad580cebc9 100644
--- a/nixos/tests/krb5/default.nix
+++ b/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;
 }