Remove now-unnecessary shellcheck check

This commit is contained in:
Luc Perkins 2024-04-26 14:23:24 -03:00
parent 239b4c9810
commit 6318aa12c1
No known key found for this signature in database
GPG key ID: 16DB1108FB591835
2 changed files with 0 additions and 3 deletions

View file

@ -14,7 +14,6 @@
devShells = forEachSupportedSystem ({ pkgs }: {
default = pkgs.mkShell {
packages = with pkgs; [
shellcheck
nodejs_latest
nodePackages_latest.pnpm
];