writeNginxConfig: delete empty lines
(cherry picked from commit cf2c6f3dd35d2cb3adb23f5a4ab2ed4684b43e7d)
This commit is contained in:
@@ -403,6 +403,7 @@ pkgs: oldpkgs: {
|
||||
} /* sh */ ''
|
||||
cp "$textPath" $out
|
||||
${pkgs.nginx-config-formatter}/bin/nginxfmt $out
|
||||
${pkgs.gnused}/bin/sed -i '/^$/d' $out
|
||||
${pkgs.gixy}/bin/gixy $out
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user