Skip to content

Commit

Permalink
Rename derivation in floating CA test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Sep 3, 2020
1 parent 145915e commit c224a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/content-addressed.nix
Expand Up @@ -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"
Expand Down

0 comments on commit c224a5e

Please sign in to comment.