From 672c3acc7109a84abeae3d28dc907132f2bad953 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 11 Oct 2013 10:57:23 +0200 Subject: Adjust to the NixOS/Nixpkgs merge --- tests/nix-copy-closure.nix | 2 +- tests/remote-builds.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/nix-copy-closure.nix b/tests/nix-copy-closure.nix index ca09dffac28b..66c19a45d42d 100644 --- a/tests/nix-copy-closure.nix +++ b/tests/nix-copy-closure.nix @@ -2,7 +2,7 @@ { system, nix }: -with import { inherit system; }; +with import { inherit system; }; makeTest ({ pkgs, ... }: let pkgA = pkgs.aterm; pkgB = pkgs.wget; in { diff --git a/tests/remote-builds.nix b/tests/remote-builds.nix index 6d38fb568068..56514e17499c 100644 --- a/tests/remote-builds.nix +++ b/tests/remote-builds.nix @@ -2,7 +2,7 @@ { system, nix }: -with import { inherit system; }; +with import { inherit system; }; makeTest ({ pkgs, ... }: -- cgit 1.4.1