From 672c3acc7109a84abeae3d28dc907132f2bad953 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 11 Oct 2013 10:57:23 +0200 Subject: [PATCH] Adjust to the NixOS/Nixpkgs merge --- tests/nix-copy-closure.nix | 2 +- tests/remote-builds.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/nix-copy-closure.nix b/tests/nix-copy-closure.nix index ca09dffac2..66c19a45d4 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 6d38fb5680..56514e1749 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, ... }: