summary refs log tree commit diff
path: root/nixos/tests/docker-tools.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2021-09-29 14:37:31 +0200
committerRobert Hensing <robert@roberthensing.nl>2021-09-29 14:41:08 +0200
commit16a4da9127418cd031a5b43bcf2d3b2ce96aafd6 (patch)
tree3dbcea702761440d04861563c1ccc0c7f542e97e /nixos/tests/docker-tools.nix
parent8e8b3fa1bb3aaabae1cf7fabd6e91e4f4300cb6d (diff)
downloadnixpkgs-16a4da9127418cd031a5b43bcf2d3b2ce96aafd6.tar
nixpkgs-16a4da9127418cd031a5b43bcf2d3b2ce96aafd6.tar.gz
nixpkgs-16a4da9127418cd031a5b43bcf2d3b2ce96aafd6.tar.bz2
nixpkgs-16a4da9127418cd031a5b43bcf2d3b2ce96aafd6.tar.lz
nixpkgs-16a4da9127418cd031a5b43bcf2d3b2ce96aafd6.tar.xz
nixpkgs-16a4da9127418cd031a5b43bcf2d3b2ce96aafd6.tar.zst
nixpkgs-16a4da9127418cd031a5b43bcf2d3b2ce96aafd6.zip
dockerTools: Test pullImage fetcher whenever its implementation changes
Diffstat (limited to 'nixos/tests/docker-tools.nix')
-rw-r--r--nixos/tests/docker-tools.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/docker-tools.nix b/nixos/tests/docker-tools.nix
index 4c3c26980aa..165a99fd587 100644
--- a/nixos/tests/docker-tools.nix
+++ b/nixos/tests/docker-tools.nix
@@ -119,7 +119,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
 
     with subtest("The pullImage tool works"):
         docker.succeed(
-            "docker load --input='${examples.nixFromDockerHub}'",
+            "docker load --input='${examples.testNixFromDockerHub}'",
             "docker run --rm nix:2.2.1 nix-store --version",
             "docker rmi nix:2.2.1",
         )