From bfe19a645fbebbe8400377e7cb987a27e23e9639 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 20 May 2018 12:15:27 +0200 Subject: tests/starbound: Fix evaluation This was an error I made in 7b7f782c93fafe2c42f882b933cf49ba99e3e3bc. Basically the change was to replace "import ../../nixpkgs-path.nix" by thu "nixpkgsPath" argument, but I forgot to remove the ".nix" and it became "nixpkgsPath.nix". Signed-off-by: aszlig --- tests/games/starbound.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/games/starbound.nix b/tests/games/starbound.nix index 0be34309..d1ef15e1 100644 --- a/tests/games/starbound.nix +++ b/tests/games/starbound.nix @@ -55,7 +55,7 @@ in { client = { pkgs, ... }: { imports = [ - "${nixpkgsPath.nix}/nixos/tests/common/x11.nix" + "${nixpkgsPath}/nixos/tests/common/x11.nix" ]; virtualisation.memorySize = 2047; environment.systemPackages = [ -- cgit 1.4.1