Update on-machine.nix - fix interpolation
This commit is contained in:
parent
066dbc7388
commit
1738293ae6
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ let
|
|||
'') (lib.attrValues gen.files)}
|
||||
|
||||
if [ $all_files_missing = false ] && [ $all_files_present = false ] ; then
|
||||
echo "Inconsistent state for generator: {gen.name}"
|
||||
echo "Inconsistent state for generator: ${gen.name}"
|
||||
exit 1
|
||||
fi
|
||||
if [ $all_files_present = true ] ; then
|
||||
|
|
Loading…
Add table
Reference in a new issue