un chemin relatif ne peut visiblement pas contenir de variable

This commit is contained in:
Yves Dubromelle
2017-04-11 11:57:45 +02:00
parent 37e2d97e58
commit a683de4269

View File

@@ -16,7 +16,7 @@ in
# Files to copy to the liveCD
isoImage.contents = [
{
source = "./${custom-generator}";
source = ./generate-config.sh;
target = "/custom/${custom-generator}";
}
];