Fix evaluation

This commit is contained in:
Eelco Dolstra 2018-02-05 21:48:09 +01:00
parent 55012ec0b9
commit f539085e65
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -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 {