diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-10-11T08·57+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-10-11T08·57+0200 |
commit | 672c3acc7109a84abeae3d28dc907132f2bad953 (patch) | |
tree | 3ee2da702e7fa85218c472fea2a7794ed54d8d6f /tests/remote-builds.nix | |
parent | 7bdb85453d16106ebf4d4af106720d917e221ad9 (diff) |
Adjust to the NixOS/Nixpkgs merge
Diffstat (limited to 'tests/remote-builds.nix')
-rw-r--r-- | tests/remote-builds.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 <nixos/lib/testing.nix> { inherit system; }; +with import <nixpkgs/nixos/lib/testing.nix> { inherit system; }; makeTest ({ pkgs, ... }: |