Enable shellcheck and perlcritic

This commit is contained in:
Tim Schubert 2021-02-01 23:14:38 +01:00
parent 5d52018e36
commit b6a929c338
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -34,6 +34,8 @@ in
home.packages = with pkgs; [ home.packages = with pkgs; [
languagetool languagetool
nixpkgs-fmt nixpkgs-fmt
shellcheck
perl530Packages.PerlCritic
]; ];
}; };
} }