diff options
Diffstat (limited to 'test/sandbox/default.nix')
| -rw-r--r-- | test/sandbox/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sandbox/default.nix b/test/sandbox/default.nix index 8ea1bd53..5528fd9b 100644 --- a/test/sandbox/default.nix +++ b/test/sandbox/default.nix @@ -1,12 +1,12 @@ { lib, - nixosTest, + testers, self, withRace ? false, }: -nixosTest { +testers.nixosTest { name = "hakurei-sandbox" + (if withRace then "-race" else ""); nodes.machine = { options, pkgs, ... }: |
