about summary refs log tree commit diff
path: root/tests/nix-copy-closure.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-02-05T20·48+0100
committerEelco Dolstra <edolstra@gmail.com>2018-02-05T20·48+0100
commitf539085e651b133f023e8d02a8036124ac47d36c (patch)
treec1d462f6ac799a07637c1ff65deac40cc25d0dc0 /tests/nix-copy-closure.nix
parent55012ec0b93351a0747b8d5d58b83ebc29dfaf61 (diff)
Fix evaluation
Diffstat (limited to 'tests/nix-copy-closure.nix')
-rw-r--r--tests/nix-copy-closure.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nix-copy-closure.nix b/tests/nix-copy-closure.nix
index 0bf5b42d84..be0a4a683c 100644
--- a/tests/nix-copy-closure.nix
+++ b/tests/nix-copy-closure.nix
@@ -2,7 +2,7 @@
 
 { nixpkgs, system, nix }:
 
-with import (nixpkgs + /nixos/lib/testing.nix) { inherit system; };
+with import (nixpkgs + "/nixos/lib/testing.nix") { inherit system; };
 
 makeTest (let pkgA = pkgs.cowsay; pkgB = pkgs.wget; pkgC = pkgs.hello; in {