about summary refs log tree commit diff
path: root/tests/games/starbound.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/games/starbound.nix')
-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 = [