diff --git a/devenv.nix b/devenv.nix index 49bd263..d240757 100644 --- a/devenv.nix +++ b/devenv.nix @@ -36,7 +36,10 @@ check = true; }; }; - shellcheck.enable = true; + shellcheck = { + enable = true; + entry = "shellcheck -s bash"; + }; }; # https://devenv.sh/processes/