Fix nix-copy-closure test on 16.03

(cherry picked from commit b86555aa2b)
This commit is contained in:
Eelco Dolstra 2016-03-30 17:20:53 +02:00
parent 16e88f0b5a
commit f668fdb026
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
with import <nixpkgs/nixos/lib/testing.nix> { inherit system; };
makeTest (let pkgA = pkgs.aterm; pkgB = pkgs.wget; pkgC = pkgs.hello; in {
makeTest (let pkgA = pkgs.cowsay; pkgB = pkgs.wget; pkgC = pkgs.hello; in {
nodes =
{ client =