From 8d237b21d273d6e7f67f01b4f56e40d895271d29 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Tue, 24 Sep 2024 10:26:22 +0200 Subject: [PATCH] build: install shfmt on dev-shell --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 2570513..6549eb4 100644 --- a/flake.nix +++ b/flake.nix @@ -30,6 +30,7 @@ in { name = "nixfiles"; buildInputs = [ pkgs.shellcheck + pkgs.shfmt pkgs.lefthook pkgs.go-task pkgs.convco