From 06a0338fbc80e76fdf8a778a5b008cfc2c655ef9 Mon Sep 17 00:00:00 2001 From: Franek Date: Sun, 5 Oct 2025 17:41:05 +0200 Subject: [PATCH] chore: reformat file properly (cherry picked from commit 3fd6717c2207fd9cae2049c634432e3bbaf1e06c) --- nixos/modules/services/web-apps/invidious.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/invidious.nix b/nixos/modules/services/web-apps/invidious.nix index 1256903d644c..1857e32741f5 100644 --- a/nixos/modules/services/web-apps/invidious.nix +++ b/nixos/modules/services/web-apps/invidious.nix @@ -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 '' );