aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/content-addressed.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/content-addressed.nix b/tests/content-addressed.nix
index 1fa6aabff..79e8a8bf9 100644
--- a/tests/content-addressed.nix
+++ b/tests/content-addressed.nix
@@ -6,7 +6,7 @@ with import ./config.nix;
# but the output will always be the same
rec {
rootLegacy = mkDerivation {
- name = "simple-content-addressed";
+ name = "simple-input-addressed";
buildCommand = ''
set -x
echo "Building a legacy derivation"