summary refs log tree commit diff
path: root/pkgs/applications/video/epgstation/update.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/epgstation/update.nix')
-rw-r--r--pkgs/applications/video/epgstation/update.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/video/epgstation/update.nix b/pkgs/applications/video/epgstation/update.nix
index bbce54ce1dc..5eb23be6c52 100644
--- a/pkgs/applications/video/epgstation/update.nix
+++ b/pkgs/applications/video/epgstation/update.nix
@@ -58,5 +58,8 @@ in writers.writeBash "update-epgstation" ''
   ${yq}/bin/yq -j '{ urlscheme , stream }' \
     "$SRC/config/config.yml.template" \
     > streaming.json
+
+  # Fix generated output for EditorConfig compliance
+  printf '\n' >> streaming.json  # rule: insert_final_newline
   popd
 ''