mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Add missing toString for null values
This commit is contained in:
parent
4b0db68944
commit
c6a2a992fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue