Rename derivation in floating CA test

This commit is contained in:
John Ericson 2020-09-03 22:35:13 +00:00
parent 145915eb39
commit c224a5e5c1

View file

@ -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"