From e1cedc07a2bc987f6eac508cd99e92faa62da081 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 13 Aug 2024 21:52:59 +0530 Subject: nixosTests: drop nixos-lib --- nixos/tests/all-tests.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'nixos') diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index b0373da..68342d6 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -1,4 +1,4 @@ -{ nixos-lib, pkgs }: +pkgs: let dsl = ./dsl.nix; @@ -54,10 +54,9 @@ in builtins.mapAttrs ( name: value: - nixos-lib.runTest ( + pkgs.testers.runNixOSTest ( { inherit name; - hostPkgs = pkgs; testScript = '' start_all() substituter.wait_for_unit("nix-serve.service") -- cgit v1.2.3