From 91b8cb02e4c4bdbfc748ece952b68f61da9ea66f Mon Sep 17 00:00:00 2001 From: nikstur Date: Fri, 25 Nov 2022 17:39:01 +0100 Subject: [PATCH] flake.nix: use nixosTest instead of importing file --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 6175eda..792a091 100644 --- a/flake.nix +++ b/flake.nix @@ -164,10 +164,7 @@ }; checks.x86_64-linux = { - lanzaboote-boot = - let test = import ("${nixpkgs-test}/nixos/lib/testing-python.nix") { system = "x86_64-linux"; }; - in - test.makeTest + lanzaboote-boot = nixpkgs-test.legacyPackages.x86_64-linux.nixosTest { name = "stub-boot"; nodes.machine = { ... }: {