1
0
Fork 0

Fix formating

This commit is contained in:
Malte Brandy 2021-07-04 23:56:46 +02:00
parent 405b7083d2
commit ce11e97720
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -5,8 +5,8 @@ let
in
{
home.activation.report-changes = dag.entryAnywhere ''
if [[ -n "$oldGenPath" && "$oldGenPath" != "$newGenPath" ]]; then
${pkgs.nvd}/bin/nvd diff $oldGenPath $newGenPath
fi
if [[ -n "$oldGenPath" && "$oldGenPath" != "$newGenPath" ]]; then
${pkgs.nvd}/bin/nvd diff $oldGenPath $newGenPath
fi
'';
}