From b653b7226bbfb9f6cef421d99169fb9840fb6f62 Mon Sep 17 00:00:00 2001 From: Bryan Bennett Date: Fri, 19 Apr 2024 15:54:50 -0400 Subject: [PATCH] Add shellcheck to the devshell --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6f21c32..64949fc 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ }; devShells.default = pkgs.callPackage ./shell.nix { - packages = [ config.treefmt.build.wrapper ]; + packages = [ config.treefmt.build.wrapper pkgs.shellcheck ]; }; checks =