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 --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4bf73f8..bef6329 100644 --- a/flake.nix +++ b/flake.nix @@ -67,9 +67,7 @@ legacyPackages = forAllSystems ( { pkgs, ... }: { - nixosTests = pkgs.callPackage ./nixos/tests/all-tests.nix { - nixos-lib = import (nixpkgs + "/nixos/lib") { }; - }; + nixosTests = import ./nixos/tests/all-tests.nix pkgs; } ); checks = forAllSystems ( -- cgit v1.2.3