diff options
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, ... }: |