From 7b7f782c93fafe2c42f882b933cf49ba99e3e3bc Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 3 Apr 2018 04:00:20 +0200 Subject: tests: Properly propagate nixpkgs path Yet another occasion where we import nixpkgs-path.nix unconditionally, so let's actually pass a nixpkgsPath to every test function. Signed-off-by: aszlig --- tests/make-test.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/make-test.nix') diff --git a/tests/make-test.nix b/tests/make-test.nix index 6015023d..4534b991 100644 --- a/tests/make-test.nix +++ b/tests/make-test.nix @@ -17,6 +17,7 @@ testFun: pkgs = pkgs // { vuizvui = import ../pkgs { inherit pkgs; }; }; + inherit nixpkgsPath; }) else testFun; nodes = testArgs.nodes or (if testArgs ? machine then { -- cgit 1.4.1