Update on-machine.nix - fix interpolation

This commit is contained in:
Kiara Grouwstra 2025-05-24 10:48:35 +02:00 committed by GitHub
parent 066dbc7388
commit 1738293ae6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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