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
|
# but the output will always be the same
|
||||||
rec {
|
rec {
|
||||||
rootLegacy = mkDerivation {
|
rootLegacy = mkDerivation {
|
||||||
name = "simple-content-addressed";
|
name = "simple-input-addressed";
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
set -x
|
set -x
|
||||||
echo "Building a legacy derivation"
|
echo "Building a legacy derivation"
|
||||||
|
|
Loading…
Reference in a new issue