chore: reformat file properly

(cherry picked from commit 3fd6717c22)
This commit is contained in:
Franek
2025-10-05 17:41:05 +02:00
committed by github-actions[bot]
parent 5d7a4ed3d9
commit 06a0338fbc

View File

@@ -27,7 +27,7 @@ let
nativeBuildInputs = [ pkgs.yq-go ];
}
''
${pkgs.yq-go}/bin/yq -o=yaml < ${lib.escapeShellArg file} > $out
${pkgs.yq-go}/bin/yq -o=yaml < ${lib.escapeShellArg file} > $out
''
);