diff --git a/tests/dyn-drv/text-hashed-output.nix b/tests/dyn-drv/text-hashed-output.nix index c2c13ede27a1..99203b518496 100644 --- a/tests/dyn-drv/text-hashed-output.nix +++ b/tests/dyn-drv/text-hashed-output.nix @@ -24,7 +24,7 @@ rec { outputHashAlgo = "sha256"; }; wrapper = mkDerivation { - name = "use-dynamic-drv-in-ca-drv"; + name = "use-dynamic-drv-in-non-dynamic-drv"; buildCommand = '' echo "Copying the output of the dynamic derivation" cp -r ${builtins.outputOf producingDrv.outPath "out"} $out