aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'test/default.nix')
-rw-r--r--test/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/default.nix b/test/default.nix
index edca9fdc..15614cc5 100644
--- a/test/default.nix
+++ b/test/default.nix
@@ -1,6 +1,6 @@
{
lib,
- nixosTest,
+ testers,
buildFHSEnv,
writeShellScriptBin,
@@ -9,7 +9,7 @@
withRace ? false,
}:
-nixosTest {
+testers.nixosTest {
name = "hakurei" + (if withRace then "-race" else "");
nodes.machine =
{ options, pkgs, ... }: