about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-05-20 12:15:27 +0200
committeraszlig <aszlig@nix.build>2018-05-20 12:15:27 +0200
commitbfe19a645fbebbe8400377e7cb987a27e23e9639 (patch)
tree9f9af1efffd099d668a676efa107de5a0532d60e /tests
parent9468dfece0eec11bf0d64113009c482a674f6982 (diff)
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 <aszlig@nix.build>
Diffstat (limited to 'tests')
-rw-r--r--tests/games/starbound.nix2
1 files changed, 1 insertions, 1 deletions
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 = [