aboutsummaryrefslogtreecommitdiff
path: root/tests/content-addressed.nix
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-09-03 22:35:13 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-09-03 22:35:13 +0000
commitc224a5e5c1e0a55c8e8e7c3c1c0e50ac831f9964 (patch)
tree72092f21243c1a66c0f3888a7c43bfd467504dfc /tests/content-addressed.nix
parent145915eb3901ad78e61f27df22e755fdf9a2c28a (diff)
Rename derivation in floating CA test
Diffstat (limited to 'tests/content-addressed.nix')
-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"