Merge pull request #4 from KiaraGrouwstra/patch-1
Update on-machine.nix - fix interpolation
This commit is contained in:
		
						commit
						d467b4b793
					
				
					 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
	
	 lassulus
						lassulus