about summary refs log tree commit diff
path: root/tests/games
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-04-03 04:00:20 +0200
committeraszlig <aszlig@nix.build>2018-04-03 04:00:20 +0200
commit7b7f782c93fafe2c42f882b933cf49ba99e3e3bc (patch)
treef59576b4b22cc42c7747c9dd29be704a8e58f831 /tests/games
parente603e0fd1ed6e919beb8d31d3c69ad70f002f539 (diff)
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 <aszlig@nix.build>
Diffstat (limited to 'tests/games')
-rw-r--r--tests/games/starbound.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/games/starbound.nix b/tests/games/starbound.nix
index 5f545fe0..0be34309 100644
--- a/tests/games/starbound.nix
+++ b/tests/games/starbound.nix
@@ -1,4 +1,4 @@
-{ pkgs, ... }:
+{ pkgs, nixpkgsPath, ... }:
 
 let
   xdo = { name, description, xdoScript }: let
@@ -55,7 +55,7 @@ in {
 
     client = { pkgs, ... }: {
       imports = [
-        "${import ../../nixpkgs-path.nix}/nixos/tests/common/x11.nix"
+        "${nixpkgsPath.nix}/nixos/tests/common/x11.nix"
       ];
       virtualisation.memorySize = 2047;
       environment.systemPackages = [