From f8ce135e8e6a5ceab3abb0caa9df2d0b53005ce0 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Wed, 5 Jun 2024 15:22:01 +0100 Subject: [PATCH] Update roles/home/helix.nix --- roles/home/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home/helix.nix b/roles/home/helix.nix index 4f1638a..b628798 100644 --- a/roles/home/helix.nix +++ b/roles/home/helix.nix @@ -72,7 +72,7 @@ in [[language]] name = "bash" - formatter = { command = ["shfmt", "-s", "-ci", "-sr"] } + formatter = { command = "shfmt -s -ci -sr" } [[language]] name = "go"