forked from lix-project/lix
Rename derivation in floating CA test
This commit is contained in:
parent
145915eb39
commit
c224a5e5c1
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue