mirror of
https://github.com/NixOS/nix.git
synced 2025-12-16 05:51:05 +01:00
Rename derivation in floating CA test
This commit is contained in:
parent
145915eb39
commit
c224a5e5c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue