Add missing toString for null values

This commit is contained in:
Tobias Happ 2019-11-30 22:23:31 +01:00 committed by Alexander Sosedkin
parent 4b0db68944
commit c6a2a992fe

View file

@ -116,7 +116,7 @@ in
inherit etc;
activation.setUpEtc = ''
$DRY_RUN_CMD bash ${./setup-etc.sh} /etc ${etc}/etc ${config.environment.etcBackupExtension}
$DRY_RUN_CMD bash ${./setup-etc.sh} /etc ${etc}/etc ${toString config.environment.etcBackupExtension}
'';
};