mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 11:36:11 +01:00
Add shellcheck to the devshell
This commit is contained in:
parent
e9d3a36775
commit
b653b7226b
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
};
|
||||
|
||||
devShells.default = pkgs.callPackage ./shell.nix {
|
||||
packages = [ config.treefmt.build.wrapper ];
|
||||
packages = [ config.treefmt.build.wrapper pkgs.shellcheck ];
|
||||
};
|
||||
|
||||
checks =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue